T_A can never contain spaces

This commit is contained in:
Andrew Johnson
2018-10-24 14:59:24 -05:00
parent 00ee7bf7d3
commit 77bdea22f8

View File

@@ -380,7 +380,7 @@ endif
# Generate a perl program to exec the real test binary.
%.t: %$(EXE) $(TOOLS)/makeTestfile.pl
@$(RM) $@
$(PERL) $(TOOLS)/makeTestfile.pl "$(T_A)" $(EPICS_HOST_ARCH) $@ $<
$(PERL) $(TOOLS)/makeTestfile.pl $(T_A) $(EPICS_HOST_ARCH) $@ $<
#---------------------------------------------------------------
# Generate header with version number from VCS