projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac6769e
)
Fix rule to not assume GNU make.
author
Bruno Haible
<bruno@clisp.org>
Mon, 29 Aug 2005 11:13:56 +0000
(11:13 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 29 Aug 2005 11:13:56 +0000
(11:13 +0000)
ChangeLog
patch
|
blob
|
history
modules/byteswap
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/modules/byteswap
b/modules/byteswap
index 1a3e0378c140607debeae060d0069f4dabfea7fc..5ff0618b1635236342ed7ef73a2bb4a77052ab7d 100644
(file)
--- a/
modules/byteswap
+++ b/
modules/byteswap
@@
-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