# HG changeset patch # User Bruno Haible # Date 1125314036 0 # Node ID fb24defb72aaa9023bf8ba7f6655198e58d9ae41 # Parent 63c7f1332e8a66308a07aff0486c6743e5161b7a Fix rule to not assume GNU make. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/byteswap +++ b/modules/byteswap @@ -17,7 +17,7 @@ # 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