Changed perl to $(PERL).

This commit is contained in:
Janet B. Anderson
1997-12-18 22:07:04 +00:00
parent 35096c4d5a
commit dc274bb8f6

View File

@@ -21,6 +21,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