Make stdRecords.dbd depend on rec/Makefile
This commit is contained in:
@@ -24,5 +24,6 @@ include $(STDDIR)/softIoc/Makefile
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
include $(STDDIR)/rec/RULES
|
||||
include $(STDDIR)/softIoc/RULES
|
||||
|
||||
|
||||
10
src/std/rec/RULES
Normal file
10
src/std/rec/RULES
Normal file
@@ -0,0 +1,10 @@
|
||||
##########################################################################
|
||||
# Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
##########################################################################
|
||||
|
||||
# This is a Makefile fragment, see src/ioc/Makefile.
|
||||
|
||||
$(COMMON_DIR)/stdRecords.dbd: $(STDDIR)/rec/Makefile
|
||||
Reference in New Issue
Block a user