Allow make inc at top level

This commit is contained in:
Janet B. Anderson
2001-06-28 16:07:56 +00:00
parent a6ceb5a3f1
commit d7279bbcbf
5 changed files with 5 additions and 5 deletions

View File

@@ -79,5 +79,5 @@ $(COMMON_DIR)/dbCommon.h: ../dbCommonRecord.dbd ../dbCommon.dbd $(COMMON_DIR)
$(RM) $@
$(DBTORECORDTYPEH) -I .. $< $@
depends: $(INSTALL_DBD)/dbCommon.dbd
inc depends: $(INSTALL_DBD)/dbCommon.dbd

View File

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

View File

@@ -255,5 +255,5 @@ $(COMMON_DIR)/epicsVersion.h: $(TOP)/configure/CONFIG_BASE_VERSION
clean::
@$(RM) errSymTbl.c envData.c
depends: $(INSTALL_LIBS)
inc depends: $(INSTALL_LIBS)

View File

@@ -20,4 +20,4 @@ PROD_HOST = antelope
include $(TOP)/configure/RULES
depends: $(INSTALL_PROD)
inc depends: $(INSTALL_PROD)

View File

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