Commit 1737c1e3b7b13a0e71519000a62a324cd40c0549
1 parent
8a740e5a
Exists in
master
and in
1 other branch
Debugging win32 build.
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
Makefile.in
... | ... | @@ -433,12 +433,6 @@ install-windows-dev: \ |
433 | 433 | $(srcdir)/CHANGELOG \ |
434 | 434 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PACKAGE_NAME).changes |
435 | 435 | |
436 | - @rm -f $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | |
437 | - @$(LN_S) \ | |
438 | - $(bindir)/$(LIBNAME)@DLLEXT@ \ | |
439 | - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | |
440 | - | |
441 | - | |
442 | 436 | #---[ Misc Targets ]--------------------------------------------------------------------- |
443 | 437 | |
444 | 438 | $(BUILDDIR)/.tmp/$(LIBNAME)/fallbacks.c: \ | ... | ... |