Removing seemingly unnecessary dependancy lines.

This commit is contained in:
Janet B. Anderson
2009-07-10 22:00:18 +00:00
parent ae85d44190
commit 1c18e92da7
3 changed files with 0 additions and 5 deletions

View File

@@ -63,6 +63,4 @@ dbYacc.c: dbLex.c ../dbLexRoutines.c
clean::
@$(RM) dbLex.c dbYacc.c
inc depends : $(LIBTARGETS) $(INSTALL_PROD)
# EOF Makefile.Host for base/src/dbStatic

View File

@@ -27,4 +27,3 @@ PROD_LIBS = Com
include $(TOP)/configure/RULES
inc: $(INSTALL_PROD)

View File

@@ -41,6 +41,4 @@ include $(TOP)/configure/RULES
clean::
$(RM) parse.c parse.h
inc depends: $(INSTALL_PROD)
# EOF Makefile.Host for base/src/toolsComm/flex