summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/include/makeinclude/rules.local.GNU2
1 files changed, 1 insertions, 1 deletions
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