From: Bruno Haible Date: Mon, 29 Aug 2005 11:13:56 +0000 (+0000) Subject: Fix rule to not assume GNU make. X-Git-Tag: cvs-readonly~3030 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=656c6c9ca4c29d122166cd4f83248ed1ca121e37;p=gnulib.git Fix rule to not assume GNU make. --- diff --git a/ChangeLog b/ChangeLog index 3d83d1767..6f4c71ae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-30 Ben Pfaff + + * modules/byteswap (Makefile.am): Fix rule to not assume GNU make. + 2005-08-27 Jim Meyering * modules/unistd-safer (Files): Add pipe-safer.c. diff --git a/modules/byteswap b/modules/byteswap index 1a3e0378c..5ff0618b1 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -17,7 +17,7 @@ EXTRA_DIST += byteswap_.h # We need the following in order to create 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