summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-24 07:40:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-24 07:40:55 +0000
commitf5b4868b0b8794d312adb4eea3ea32a673be0d78 (patch)
tree896945baaa8e4ce42dc45cdcb01db6acd62522e4 /include/makeinclude/wrapper_macros.GNU
parente1009467d232e2b4ae8f7fbde606926dcf4ad115 (diff)
downloadATCD-f5b4868b0b8794d312adb4eea3ea32a673be0d78.tar.gz
ChangeLogTag: Mon Oct 24 08:37:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r--include/makeinclude/wrapper_macros.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 3d446c0703d..814ee970182 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -799,7 +799,7 @@ COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) -c
COMPILE.cc = $(CXX) $(CCFLAGS) $(CPPFLAGS) $(PTDIRS) -c
RC ?=
-COMPILE.rc = $(RC)
+COMPILE.rc = $(RC) $(RCFLAGS)
COMPILE-NO_DASH_G.cc = `echo $(COMPILE.cc) | sed 's/-g //'`
# 960905 Marius Kjeldahl <marius@funcom.com>
# Added the line below to be used for compiling executable shared objects