diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-07-07 18:35:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-07-07 18:35:04 +0000 |
commit | 8681d2dd187f677357f78a1b151bb617284ab43b (patch) | |
tree | 47d5d60f3c175b7847e6b134af73e93dadd1ab13 /ChangeLog | |
parent | 504ce7c49946e9455b3df28c2137887648d604a8 (diff) | |
download | hurd-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-- | ChangeLog | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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> |