Commit 3feee959df80ed25875d08b9ce2f4b2e76a8749d
1 parent
84cd21a5
Exists in
master
and in
3 other branches
Fixing windows package.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
Makefile.in
... | ... | @@ -366,11 +366,10 @@ install-windows-dev: \ |
366 | 366 | win/lib3270.mak \ |
367 | 367 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/def |
368 | 368 | |
369 | + @rm -f $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | |
369 | 370 | @$(LN_S) \ |
370 | 371 | $(bindir)/$(LIBNAME)@DLLEXT@ \ |
371 | 372 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ |
372 | - | |
373 | - | |
374 | 373 | |
375 | 374 | |
376 | 375 | #---[ Misc Targets ]--------------------------------------------------------------------- | ... | ... |