summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-04 12:45:16 +0000
committerJim Meyering <jim@meyering.net>1996-04-04 12:45:16 +0000
commit118e780f0d09acf0befb7a6ea310e4dc4adfbd6c (patch)
treeb94057354aeb2daa09851699f51a62801969c41f /old
parent3c5b5b8b0366945db71bf6915e02cf130a542abf (diff)
downloadcoreutils-118e780f0d09acf0befb7a6ea310e4dc4adfbd6c.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 1e5403796..fa1b336e6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -7,6 +7,9 @@ Wed Apr 3 06:12:23 1996 Jim Meyering (meyering@na-net.ornl.gov)
(fullpath): Rewrite to use save_cwd, xgetcwd, and restore_cwd
rather than explicit chdir/getcwd calls.
+ * src/Makefile.am (INCLUDES): Add -I$(srcdir) to get system.h
+ when srcdir != builddir. From Kaveh Ghazi.
+
Mon Apr 1 23:50:29 1996 Jim Meyering (meyering@na-net.ornl.gov)
* cp.c: Include assert.h (disabled).