Fixed build issue.

This commit is contained in:
Andrew Johnson
2009-07-31 16:46:12 +00:00
parent 7246366222
commit a6b0ffebca

View File

@@ -11,6 +11,8 @@ include $(TOP)/configure/CONFIG
PROD_IOC = softIoc
INC += epicsInstallDir.h
DBD += softIoc.dbd
softIoc_DBD += base.dbd
softIoc_DBD += dlload.dbd
@@ -26,5 +28,5 @@ DB += softIocExit.db
include $(TOP)/configure/RULES
epicsInstallDir.h:
$(COMMON_DIR)/epicsInstallDir.h:
$(PERL) ../makeInstallDir.pl $(INSTALL_LOCATION) > $@