From 656c6c9ca4c29d122166cd4f83248ed1ca121e37 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 29 Aug 2005 11:13:56 +0000 Subject: [PATCH] Fix rule to not assume GNU make. --- ChangeLog | 4 ++++ modules/byteswap | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.0