Add "setup" rule.
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 22:29:53 +0000 (22:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 22:29:53 +0000 (22:29 +0000)
v7/src/microcode/makegen/Makefile.in.in

index 353bbfef5fa175b54e333c4f606dcd4d62ed7270..bd4b69732b6a7d81284c2766561e0fa25001aab2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in.in,v 1.2 2000/12/05 21:23:50 cph Exp $
+# $Id: Makefile.in.in,v 1.3 2000/12/05 22:29:53 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -218,6 +218,9 @@ psbtobin: $(psbtobin_OBJECTS) $(psbtobin_DEPENDENCIES)
        -rm -f psbtobin
        $(LINK) $(psbtobin_LDFLAGS) $(psbtobin_OBJECTS) $(psbtobin_LIBS)
 
+setup:
+       ( cd cmpauxmd && $(MAKE) )
+
 tags: TAGS
 TAGS:
        etags -r '/^DEF[A-Za-z_ \t(]+"\([^"]+\)"/' *.[ch]
@@ -238,7 +241,7 @@ maintainer-clean: distclean
          ( cd $$subdir && $(MAKE) $@ ) || exit 1; \
        done
 
-.PHONY: all tags TAGS mostlyclean clean distclean maintainer-clean
+.PHONY: all setup tags TAGS mostlyclean clean distclean maintainer-clean
 
 # **** File dependencies ****