summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-04-05 16:49:15 +0000
committerChristopher Faylor <me@cgf.cx>2009-04-05 16:49:15 +0000
commit50b2715c77e045ee5df136b6bdcd4f9d0c3fb6f2 (patch)
tree4c325631189c67c829b323ae1a16eef2e2e32037 /winsup/cygwin/Makefile.in
parent66eaf280ac52dbda8c75fb326a36b24fb02ca008 (diff)
downloadcygnal-50b2715c77e045ee5df136b6bdcd4f9d0c3fb6f2.tar.gz
cygnal-50b2715c77e045ee5df136b6bdcd4f9d0c3fb6f2.tar.bz2
cygnal-50b2715c77e045ee5df136b6bdcd4f9d0c3fb6f2.zip
* Makefile.in: Use all compile options when calculating magic values.
* shared_info.h (CURR_SHARED_MAGIC): Revert erroneous value. * child_info.h (CURR_CHILD_INFO_MAGIC): Update. * fhandler.h (acquire_output_mutex): Remove unneeded ';'. (release_output_mutex): Ditto.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index f5e1784e0..d9c3b87cc 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -430,10 +430,10 @@ globals.h: mkglobals_h globals.cc
${DLL_OFILES}: globals.h
shared_info_magic.h: cygmagic shared_info.h
- /bin/sh ${word 1,$^} $@ "$(CC) -x c" ${word 2,$^} SHARED_MAGIC 'class shared_info' USER_MAGIC 'class user_info'
+ /bin/sh $(word 1,$^) $@ "${COMPILE_CXX} -E -x c++" $(word 2,$^) SHARED_MAGIC 'class shared_info' USER_MAGIC 'class user_info'
child_info_magic.h: cygmagic child_info.h
- /bin/sh ${word 1,$^} $@ "$(CC) -x c" ${word 2,$^} CHILD_INFO_MAGIC 'class child_info'
+ /bin/sh $(word 1,$^) $@ "${COMPILE_CXX} -E -x c++" $(word 2,$^) CHILD_INFO_MAGIC 'class child_info'
dcrt0.o sigproc.o: child_info_magic.h