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 3d83d1767511a09110bf7e0396d5e9627376915b..6f4c71ae7bd27f42a4e138fd01cac95166ab21ea 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 1a3e0378c140607debeae060d0069f4dabfea7fc..5ff0618b1635236342ed7ef73a2bb4a77052ab7d 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