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

@@ -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