diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-17 00:53:34 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-17 00:53:34 +0000 |
commit | bfcf3112c421c372e123bbb789bab8ef98eb4e99 (patch) | |
tree | 9c91767b3b4913774bd706cf5eb0b7b94dbd60f2 /gdb/ChangeLog | |
parent | db210d08e4785afc90e450d43c189dc3a4bcc21a (diff) | |
download | gdb-bfcf3112c421c372e123bbb789bab8ef98eb4e99.zip gdb-bfcf3112c421c372e123bbb789bab8ef98eb4e99.tar.gz gdb-bfcf3112c421c372e123bbb789bab8ef98eb4e99.tar.bz2 |
Forgot during last checkin.
* config.h.in: New file.
* Makefile.in (distclean): Remove config.h and stamp-h during distclean.
(config.h, stamp-h): New targets to remake config.h when necessary.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9cd0e18..612530b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,9 +1,12 @@ -Sat Mar 16 16:22:09 1996 Fred Fish <fnf@cygnus.com> +Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com> + * config.h.in: New file. * acconfig.h: New file, for autoheader. * configure.in (AC_CONFIG_HEADER): Add, generate config.h. * configure: Regenerate. * Makefile.in (defs_h): Add config.h + (distclean): Remove config.h and stamp-h during distclean. + (config.h, stamp-h): New targets to remake config.h when necessary. * defs.h (config.h): Include before any other includes or defines. * i386-tdep.c (gdb_string.h): Move include after include of defs.h. |