From 56bf8595cd5aebade3d49fa1d59ee27994153206 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 16 Apr 2011 01:31:40 +0000 Subject: move libdir ln -s statement since on MinGW ln is actually cp, and the target needs to be there first svn path=/trunk/; revision=15072 --- packages/win32_inno/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 17b60e47..a61f7e6a 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -49,10 +49,6 @@ pd_install: build_pd # install notes.txt into the help browser install -d $(DESTDIR)$(manualsdir)/$(PD_NAME) install -p $(pd_src)/src/notes.txt $(DESTDIR)$(manualsdir)/$(PD_NAME) -# make libdir start automatically by being in new 'startup' folder - install -d $(DESTDIR)$(libpddir)/startup - ln -s ../extra/libdir/libdir.$(EXTENSION) \ - $(DESTDIR)$(libpddir)/startup/libdir.$(EXTENSION) install: pd_install prebuilt_install lib_install exe_install @echo " " @@ -64,6 +60,11 @@ prebuilt_install: $(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format install -p pd-settings.reg $(DESTDIR)$(prefix) install -p pd-extended.bat $(DESTDIR)$(prefix) +# make libdir start automatically by being in new 'startup' folder + install -d $(DESTDIR)$(libpddir)/startup + ln -s ../extra/libdir/libdir.$(EXTENSION) \ + $(DESTDIR)$(libpddir)/startup/libdir.$(EXTENSION) + #==============================================================================# # -- cgit v1.2.1