Changed perl to $(PERL)

This commit is contained in:
Janet B. Anderson
1998-06-11 18:18:39 +00:00
parent 4f41a4dd60
commit 682656a794

View File

@@ -23,6 +23,6 @@ include $(TOP)/config/RULES.Host
# epicsVersion.h is rebuild in any case,
# no matter what date ...CONFIG_BASE_VERSION has
epicsVersion.h: $(TOP)/config/CONFIG_BASE_VERSION
perl ../makeEpicsVersion.pl $(TOP)/config/CONFIG_BASE_VERSION
$(PERL) ../makeEpicsVersion.pl $(TOP)/config/CONFIG_BASE_VERSION