Allow make inc at top level
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -20,4 +20,4 @@ PROD_HOST = antelope
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
depends: $(INSTALL_PROD)
|
||||
inc depends: $(INSTALL_PROD)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user