From ece0061273a7bf1118728923a041f6c4111fe65a Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 29 Mar 2022 20:41:03 +0000 Subject: Add abspath converter to rc compile to work on linked builds --- ACE/include/makeinclude/rules.local.GNU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/include/makeinclude/rules.local.GNU b/ACE/include/makeinclude/rules.local.GNU index 16b06d2028e..6719ba276b9 100644 --- a/ACE/include/makeinclude/rules.local.GNU +++ b/ACE/include/makeinclude/rules.local.GNU @@ -149,7 +149,7 @@ RC_OUTPUT_FLAG ?= ifneq (,$(COMPILE.rc)) $(VDIR)%.rc.o: %.rc $(mk_obj_out_dir) - $(COMPILE.rc) $(RC_OUTPUT_FLAG) $@ $< + $(COMPILE.rc) $(RC_OUTPUT_FLAG) $@ $(abspath $<) ${MVCMD} endif # COMPILE.rc -- cgit v1.2.1