changeset 6156:fb24defb72aa

Fix rule to not assume GNU make.
author Bruno Haible <bruno@clisp.org>
date Mon, 29 Aug 2005 11:13:56 +0000
parents 63c7f1332e8a
children 915739deda90
files ChangeLog modules/byteswap
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/byteswap
+++ b/modules/byteswap
@@ -17,7 +17,7 @@
 # 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