Now using pre_build dependency.

This commit is contained in:
Matt Needes
1994-08-16 18:37:35 +00:00
parent dc5068aa24
commit 240bb54182
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ LIBNAME = libAs.a
PROD = $(OBDIR)/ascheck
depends: $(OBDIR)/asLib.c
pre_build: $(OBDIR)/asLib.c
$(OBDIR)/asLib.c: asLib.y $(OBDIR)/asLib_lex.c
$(YACC) -l asLib.y

View File

@@ -22,7 +22,7 @@ TARGET = $(OBDIR)/dbta $(OBDIR)/atdb $(OBDIR)/dbl $(OBDIR)/dbls
$(OBDIR)/atdb: $(OBDIR)/atdb.o $(OBDIR)/atdb_yacc.o
$(LINK.c) -o $@ $? $(LDLIBS)
depends: $(OBDIR)/atdb_yacc.o
pre_build: $(OBDIR)/atdb_yacc.o
$(OBDIR)/atdb_yacc.o: atdb_lex.c atdb_yacc.c
/bin/rm -f $(OBDIR)/atdb_yacc.o

View File

@@ -17,7 +17,7 @@ PROD = $(OBDIR)/dbLoadTemplate
TARGET = $(OBDIR)/subtool
depends: $(OBDIR)/dbLoadTemplate.c $(OBDIR)/dbLoadRecords.c
pre_build: $(OBDIR)/dbLoadTemplate.c $(OBDIR)/dbLoadRecords.c
$(OBDIR)/dbLoadRecords.c: $(OBDIR)/dbLoadRecords_lex.c dbLoadRecords.y
/bin/rm -f $@

View File

@@ -31,7 +31,7 @@ LIBNAME = libCom.a
TARGET = \
$(OBDIR)/cvtTest $(OBDIR)/tsTest $(OBDIR)/sydTest
depends: bld_errSym
pre_build: bld_errSym
bld_errSym: $(OBDIR)/errSymTbl.c $(OBDIR)/errInc.o