]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
minor makefile tweaks.
authorGunter Knauf <gk@gknw.de>
Thu, 24 Jan 2008 15:05:56 +0000 (15:05 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 24 Jan 2008 15:05:56 +0000 (15:05 +0000)
lib/Makefile.netware
src/Makefile.netware

index 9d266727b1fc9fcbda50944d0800c0e7d6a1b33a..d6230200fe675846459ed1d91adf0eee78798e0a 100644 (file)
@@ -72,7 +72,7 @@ else
        CC = gcc
 endif
 # a native win32 awk can be downloaded from here:
-# http://www.gknw.net/development/prgtools/awk-20050424.zip
+# http://www.gknw.net/development/prgtools/awk-20070501.zip
 AWK    = awk
 YACC   = bison -y
 CP     = cp -afv
@@ -336,9 +336,9 @@ endif
 ifdef IMPORTS
        @echo $(DL)import $(IMPORTS)$(DL) >> $@
 endif
-ifeq ($(LD),nlmconv)
-       @echo $(DL)input $(OBJL)$(DL) >> $@
+ifeq ($(findstring nlmconv,$(LD)),nlmconv)
        @echo $(DL)input $(PRELUDE)$(DL) >> $@
+       @echo $(DL)input $(OBJL)$(DL) >> $@
 #ifdef LDLIBS
 #      @echo $(DL)input $(LDLIBS)$(DL) >> $@
 #endif
index 6b4159af5f09ceb2879831f0636539afd271a14d..e74c111c2be00ec3b82123df84d1b670eb4ba55c 100644 (file)
@@ -73,7 +73,7 @@ else
        CC = gcc
 endif
 # a native win32 awk can be downloaded from here:
-# http://www.gknw.net/development/prgtools/awk-20050424.zip
+# http://www.gknw.net/development/prgtools/awk-20070501.zip
 AWK    = awk
 CP     = cp -afv
 # RM   = rm -f
@@ -324,9 +324,9 @@ endif
 ifdef IMPORTS
        @echo $(DL)import $(IMPORTS)$(DL) >> $@
 endif
-ifeq ($(LD),nlmconv)
-       @echo $(DL)input $(OBJS)$(DL) >> $@
+ifeq ($(findstring nlmconv,$(LD)),nlmconv)
        @echo $(DL)input $(PRELUDE)$(DL) >> $@
+       @echo $(DL)input $(OBJS)$(DL) >> $@
 ifdef LDLIBS
        @echo $(DL)input $(LDLIBS)$(DL) >> $@
 endif