aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-07-07 18:35:04 +0000
committerThomas Bushnell <thomas@gnu.org>1998-07-07 18:35:04 +0000
commit8681d2dd187f677357f78a1b151bb617284ab43b (patch)
tree47d5d60f3c175b7847e6b134af73e93dadd1ab13 /ChangeLog
parent504ce7c49946e9455b3df28c2137887648d604a8 (diff)
downloadhurd-8681d2dd187f677357f78a1b151bb617284ab43b.tar.gz
hurd-8681d2dd187f677357f78a1b151bb617284ab43b.tar.bz2
hurd-8681d2dd187f677357f78a1b151bb617284ab43b.zip
Revert last change and replace it with
Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu> * Makeconf (CPPFLAGS): Include $($*-CPPFLAGS). Reported by Gordon Matzigkeit (gord@gnu.org).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 3 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 45959e63..45105d27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,8 @@
Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
- * Makeconf (%.o): New rules (from %.c and %.S) so that we can
- specify file-specific CPPFLAGS (already in use by utils/Makefile
- for utils/ping.c).
- (%_pic.o, $_p.o, make-deps): Also grok file-specific CPPFLAGS.
- Reported by Gordon Matzigkeit (gord@gnu.org).
-
+ * Makeconf (CPPFLAGS): Include $($*-CPPFLAGS). Reported by Gordon
+ Matzigkeit (gord@gnu.org).
+
* INSTALL-cross: Updated by Gordon Matzigkeit (gord@gnu.org).
1998-04-02 Gordon Matzigkeit <gord@profitpress.com>