From 2bcac58e10f85d7fc077a02e514f458e98eac114 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Dec 2000 22:29:53 +0000 Subject: [PATCH] Add "setup" rule. --- v7/src/microcode/makegen/Makefile.in.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index 353bbfef5..bd4b69732 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -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 **** -- 2.25.1