* mpw-make.sed: Change references to config.h to be in objdir,

edit out rules to rebuild config.h.
This commit is contained in:
Stan Shebs 1996-04-02 00:35:28 +00:00
parent 0932869065
commit 761e98aa6e
2 changed files with 9 additions and 0 deletions

View 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

View 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\