From ac6b487201c15929e384aa9a9e992dcf928ac251 Mon Sep 17 00:00:00 2001 From: Bob Zieman Date: Tue, 17 Aug 1993 10:27:13 +0000 Subject: [PATCH] only build errSymTbl from this makefile - the other early builds have been moved to their respective Imakefile(s) in the appropriate object area --- src/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile b/src/Makefile index e65fd8213..688e973e5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,16 +32,11 @@ # ... # -all: bld_errSym dlsource eddsource +all: bld_errSym bld_errSym: cd libUnix; sh blderrSymTbl cd libvxWorks; sh blderrSymTbl VXLIST -dlsource: - cd opi/dl ; /bin/sh build.it - -eddsource: - cd opi/edd ; /bin/sh build.it