From 25786f2b576b885bdec88d3930af8b85b8416dbb Mon Sep 17 00:00:00 2001 From: Bob Zieman Date: Tue, 17 Aug 1993 06:57:57 +0000 Subject: [PATCH] moved the seqsource and devtestsource target functions back to the appropriate object Imakefiles --- src/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile b/src/Makefile index e69d98e00..4d251f4c7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,7 @@ # ----------------- # .01 mm-dd-yy iii Comment # .02 08-16-93 rcz moving most of these pre-builds back to the -# Imakefile and add DependTarget($(EARLYSRC)) +# object area Imakefile and adding DependTarget($(EARLYSRC)) # # ... # @@ -44,9 +44,4 @@ dlsource: eddsource: cd opi/edd ; /bin/sh build.it -seqsource: - cd sequencer ; /bin/sh build.it - -devtestsource: - cd toolsComm/devtest ; /bin/sh build.it