full path for base 3.14 compat

base 3.15 adds a vpath directive.  In the absense of this
use the full path for pvaVersionNum.h@.

> vpath %@ $(USR_VPATH) $(ALL_SRC_DIRS)
This commit is contained in:
Michael Davidsaver
2016-01-26 14:31:32 -05:00
parent f83ded476c
commit 0dfb6601eb

View File

@@ -49,5 +49,5 @@ include $(TOP)/configure/RULES
# Can't use EXPAND as generated headers must appear
# in O.Common, but EXPAND emits rules for O.$(T_A)
../O.Common/pvaVersionNum.h: pvaVersionNum.h@
../O.Common/pvaVersionNum.h: ../pva/pvaVersionNum.h@
$(EXPAND_TOOL) $(EXPANDFLAGS) $($@_EXPANDFLAGS) $< $@