Fix rule to not assume GNU make.
authorBruno Haible <bruno@clisp.org>
Mon, 29 Aug 2005 11:13:56 +0000 (11:13 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 29 Aug 2005 11:13:56 +0000 (11:13 +0000)
ChangeLog
modules/byteswap

index 3d83d17..6f4c71a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-30  Ben Pfaff  <blp@cs.stanford.edu>
+
+       * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
+
 2005-08-27  Jim Meyering  <jim@meyering.net>
 
        * modules/unistd-safer (Files): Add pipe-safer.c.
index 1a3e037..5ff0618 100644 (file)
@@ -17,7 +17,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 byteswap.h-t