From 175742d8c818ff31b06174494a77b30e5008eb83 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 12 Sep 2008 22:32:07 +0000 Subject: * Makefile.in: Add -c option which is now removed from COMPILE_C*. * cygwin.din (cfmakeraw): Export. * termios.cc (cfmakeraw): Implement. * include/sys/termios.h (cfmakeraw): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. --- winsup/cygwin/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/Makefile.in') diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index e9b96629c..d6f6bb1ce 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -451,7 +451,7 @@ lib%.a: %.o winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES) @echo "Making version.o and winver.o";\ $(SHELL) ${word 1,$^} ${word 2,$^} ${word 3,$^} $(WINDRES) && \ - $(COMPILE_CXX) -o version.o version.cc && \ + $(COMPILE_CXX) -c -o version.o version.cc && \ touch $@ Makefile: cygwin.din @@ -460,7 +460,7 @@ $(DEF_FILE): gendef cygwin.din $(srcdir)/tlsoffsets.h $^ $@ sigfe.s $(srcdir)/tlsoffsets.h: gentls_offsets cygtls.h - $^ $@ $(COMPILE_CXX) + $^ $@ $(COMPILE_CXX) -c sigfe.s: $(DEF_FILE) @[ -s $@ ] || \ -- cgit v1.2.3