* mpw-make.sed: Change references to config.h to be in objdir,
authorStan Shebs <shebs@codesourcery.com>
Tue, 2 Apr 1996 00:35:28 +0000 (00:35 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 2 Apr 1996 00:35:28 +0000 (00:35 +0000)
edit out rules to rebuild config.h.

gdb/ChangeLog
gdb/mpw-make.sed

index 9c71353..8f658a2 100644 (file)
@@ -1,3 +1,8 @@
+Mon Apr  1 16:31:00 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Change references to config.h to be in objdir,
+       edit out rules to rebuild config.h.
+
 Mon Apr  1 08:32:23 1996  Fred Fish  <fnf@cygnus.com>
 
        * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
index d7f1d0b..9cfaaa3 100644 (file)
@@ -71,6 +71,8 @@ readline_headers =\
 
 /version/s/"{s}"version\.c/"{o}"version.c/g
 /version/s/^version\.c/"{o}"version.c/
+/config/s/"{s}"config\.h/"{o}"config.h/g
+/config/s/^config\.h/"{o}"config.h/
 /xm/s/"{s}"xm\.h/"{o}"xm.h/g
 /xm/s/^xm\.h/"{o}"xm.h/
 /tm/s/"{s}"tm\.h/"{o}"tm.h/g
@@ -152,6 +154,8 @@ install-only \\Option-f \
 /^config.status \\Option-f/,/^$/d
 /^Makefile \\Option-f/,/^$/d
 
+/^"{o}"config.h \\Option-f/s/^/#/
+
 # Add an action to build SIOWgdb.
 $a\
 SIOWgdb \\Option-f {OBS} {TSOBS} {ADD_DEPS} {CDEPS} "{o}"init.c.o\