diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-04-22 06:57:37 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-04-22 06:57:37 +0000 |
commit | 394ad6586e6c397c1cd90e9d11b94774cbd1fc8c (patch) | |
tree | 8873caa2a9c9d53dc139cac1528ae5e72c1616d9 /Makefile.in | |
parent | 10f7b933f56e0a57e64242bcd7427ffaca84652e (diff) | |
download | gdb-394ad6586e6c397c1cd90e9d11b94774cbd1fc8c.zip gdb-394ad6586e6c397c1cd90e9d11b94774cbd1fc8c.tar.gz gdb-394ad6586e6c397c1cd90e9d11b94774cbd1fc8c.tar.bz2 |
add rule for building snapshot of gas+ld+binutils
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5afb012..8959087 100644 --- a/Makefile.in +++ b/Makefile.in @@ -190,7 +190,7 @@ XTRAFLAGS = ` \ echo ; \ fi` -PRMS = install-prms +PRMS = all-prms #### host and target specific makefile fragments come in here. ### @@ -1056,6 +1056,11 @@ gas.tar.z: $(DEVO_SUPPORT) $(GAS_SUPPORT_DIRS) gas texinfo/texinfo.tex $(MAKE) -f Makefile.in setup-dirs SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" TOOL=gas +.PHONY: gas+binutils.tar.z +GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld +gas+binutils.tar.z: $(DEVO_SUPPORT) $(GASB_SUPPORT_DIRS) gas texinfo/texinfo.tex + $(MAKE) -f Makefile.in setup-dirs SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" + $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" TOOL=gas .NOEXPORT: MAKEOVERRIDES= |