]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
strtoul.obj is not needed on these platforms.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2005 18:57:50 +0000 (18:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:14 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.msvc
gettext-tools/lib/Makefile.vms

index 4af5c55f979364eaeeaace25c48a1b2800ebc496..f4034a5fd11aa921184975a1d5eed14f09464407 100644 (file)
@@ -1,3 +1,10 @@
+2005-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.msvc (OBJECTS): Remove strtoul.obj.
+       (strtoul.obj): Remove target.
+       * Makefile.vms (OBJECTS): Remove strtoul.obj.
+       (strtoul.obj): Remove target.
+
 2005-02-12  Bruno Haible  <bruno@clisp.org>
 
        * allocsa.h: Add extern "C" for C++.
index 8c5540c3ad2a41f3326679e7915580f2dab3a28f..a1c956e00daf744d6c41bf61f5b6d93b9834ee96 100644 (file)
@@ -115,7 +115,6 @@ OBJECTS = \
   safe-read.obj \
   safe-write.obj \
   sh-quote.obj \
-  strtoul.obj \
   tmpdir.obj \
   wait-process.obj \
   xmalloc.obj xstrdup.obj \
@@ -251,9 +250,6 @@ safe-write.obj : safe-write.c
 sh-quote.obj : sh-quote.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c sh-quote.c
 
-strtoul.obj : strtoul.c
-       $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c strtoul.c
-
 tmpdir.obj : tmpdir.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c tmpdir.c
 
index 65431e7242a83c22323cc562d041bbaf666296cc..07557a14107cf041516de14cb1dc1eb757eb02b0 100644 (file)
@@ -73,7 +73,6 @@ OBJECTS = \
   safe-read.obj, \
   safe-write.obj, \
   sh-quote.obj, \
-  strtoul.obj, \
   tmpdir.obj, \
   wait-process.obj, \
   xmalloc.obj, xstrdup.obj, \
@@ -212,9 +211,6 @@ safe-write.obj : safe-write.c
 sh-quote.obj : sh-quote.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) sh-quote.c
 
-strtoul.obj : strtoul.c
-       $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) strtoul.c
-
 tmpdir.obj : tmpdir.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) tmpdir.c