diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-07 02:58:35 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-07 02:58:35 +0000 |
commit | bea958150891e2a8d19bb74746fabeff1b06a2eb (patch) | |
tree | 7eb44e14d5758fcbdc4e837bf19ef0986d7e8e52 /sim | |
parent | eec2cfefb25c584d51a9a8aa26fe0264b5d6a701 (diff) | |
download | gdb-bea958150891e2a8d19bb74746fabeff1b06a2eb.zip gdb-bea958150891e2a8d19bb74746fabeff1b06a2eb.tar.gz gdb-bea958150891e2a8d19bb74746fabeff1b06a2eb.tar.bz2 |
Remove references to config.make/config.hdr
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 3 | ||||
-rw-r--r-- | sim/ppc/Makefile.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index e7c655f..3a0f385 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,8 @@ Mon Nov 6 10:39:28 1995 Michael Meissner <meissner@tiktok.cygnus.com> + * Makefile.in (config.status): Remove references to config.make + and config.hdr. + * config.{make,hdr}: Delete, no longer used. * build-psim: Ditto. diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index f893cee..e233156 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -375,7 +375,7 @@ config.h: stamp-h ; @true stamp-h: config.in config.status CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status -config.status: configure config.make config.hdr +config.status: configure $(SHELL) ./config.status --recheck install: |