diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 02:20:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 02:20:55 +0000 |
commit | feef01c621482706e9d555226e08e0ad981d52dc (patch) | |
tree | 47b3ceb632abedc8912e6c7a2d6824bad2ee0b26 /bootstrap/mods/mk | |
parent | 0e9ff9bdf93932bed9ed35ffe1c6043628c76aa7 (diff) | |
download | pkgsrc-feef01c621482706e9d555226e08e0ad981d52dc.tar.gz |
Make more like the vanilla version.
Diffstat (limited to 'bootstrap/mods/mk')
-rw-r--r-- | bootstrap/mods/mk/Interix.sys.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/mods/mk/Interix.sys.mk b/bootstrap/mods/mk/Interix.sys.mk index 69f995a94f9..32a7a4e3588 100644 --- a/bootstrap/mods/mk/Interix.sys.mk +++ b/bootstrap/mods/mk/Interix.sys.mk @@ -1,7 +1,7 @@ -# $NetBSD: Interix.sys.mk,v 1.1 2004/03/11 17:28:11 tv Exp $ +# $NetBSD: Interix.sys.mk,v 1.2 2004/03/29 02:20:55 tv Exp $ unix?= We run Unix -OS?= Interix +OS!= uname -s .SUFFIXES: .out .a .ln .o .s .S .c .cc .cpp .cxx .C .F .f .r .y .l .cl .p .h .SUFFIXES: .sh .m4 @@ -28,7 +28,7 @@ CFLAGS?= ${DBG} COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} -c LINK.c?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -CXX?= g++ +CXX?= c++ CXXFLAGS?= ${CFLAGS} COMPILE.cc?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c LINK.cc?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} @@ -78,7 +78,7 @@ SHELL?= sh SIZE?= size -TSORT?= tsort +TSORT?= tsort -q YACC?= yacc YFLAGS?= |