remove subdir_do and references
authorK. Richard Pixley <rich@cygnus>
Wed, 9 Sep 1992 00:30:25 +0000 (00:30 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 9 Sep 1992 00:30:25 +0000 (00:30 +0000)
opcodes/ChangeLog
opcodes/Makefile.in

index b09f0fe..fad8e0c 100644 (file)
@@ -1,3 +1,8 @@
+Tue Sep  8 17:29:27 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in: since there are no SUBDIRS, remove rule and
+         references of subdir_do.
+
 Tue Sep  8 17:02:58 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
        * Makefile.in (install): Get the library name right here too.
index 459b3eb..5c672d5 100644 (file)
@@ -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