mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
* mpw-make.sed: Change references to config.h to be in objdir,
edit out rules to rebuild config.h.
This commit is contained in:
parent
0932869065
commit
761e98aa6e
@ -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
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user