]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it work with GNU make 3.79.
authorBruno Haible <bruno@clisp.org>
Wed, 19 Apr 2006 11:42:32 +0000 (11:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:10 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am

index 3c30bd83742cc81156ea05b736183a7be99348e6..704d050de0fed44ad44dc8eb034deb6415d186df 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-17  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (byteswap.h): Don't use $(srcdir)/$<, for portability.
+
 2006-04-09  Bruno Haible  <bruno@clisp.org>
 
        * clean-temp.h: New file.
index 775f2a374e673fb9dfcfa0d5634f8e65fbae6d2f..3a7142db70435b09725379a22d8e75f211910f66 100644 (file)
@@ -192,7 +192,7 @@ EXTRA_DIST += byteswap_.h
 # We need the following in order to create <byteswap.h> when the system
 # doesn't have one.
 byteswap.h: byteswap_.h
-       cp $(srcdir)/$< $@-t
+       cp $(srcdir)/byteswap_.h $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += byteswap.h
 # <<< gnulib module byteswap.