diff options
author | K. Richard Pixley <rich@cygnus> | 1992-09-09 00:30:25 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-09-09 00:30:25 +0000 |
commit | e5bc6aaf8590aed130bac3cef856d01e17cd127d (patch) | |
tree | bcabfcee8a9dbc7a2f61dae05041485fedc13234 /opcodes/Makefile.in | |
parent | 9f566a28a1039d8be356b680564508f9963f8624 (diff) | |
download | gdb-e5bc6aaf8590aed130bac3cef856d01e17cd127d.zip gdb-e5bc6aaf8590aed130bac3cef856d01e17cd127d.tar.gz gdb-e5bc6aaf8590aed130bac3cef856d01e17cd127d.tar.bz2 |
remove subdir_do and references
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 459b3eb..5c672d5 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -96,14 +96,9 @@ all: $(TARGETLIB) check: -info: force - @$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) - +info: clean-info: - @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) - -install-info: force - @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) +install-info: # HDEPFILES comes from the host config; TDEPFILES from the target config. @@ -113,19 +108,6 @@ $(TARGETLIB): $(OFILES) $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES) $(RANLIB) $(TARGETLIB) -# When compiling archures.c and targets.c, supply the default target -# info from configure. - - -subdir_do: force - @for i in $(DODIRS); do \ - if [ -d ./$$i ] ; then \ - if (cd ./$$i; \ - $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \ - else exit 1 ; fi ; \ - else true ; fi ; \ - done - tags etags: TAGS TAGS: force @@ -133,11 +115,9 @@ TAGS: force clean: rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout - $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) clobber realclean: clean rm -f libbfd.a TAGS - $(MAKE) subdir_do DO=clobber "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) # Mark everything as depending on config.status, since the timestamp on # sysdep.h might actually move backwards if we reconfig and relink it |