diff options
author | N.N. <matju@users.sourceforge.net> | 2009-05-17 00:40:49 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-05-17 00:40:49 +0000 |
commit | d99459939d4e759a931a2bff314b2d3f5f179ad8 (patch) | |
tree | b3b2d763d3bf7223f71aab6848c8ff0ddb2b4c03 /desiredata | |
parent | 02a0dc16800703054b33c9926bb28e150583f74e (diff) |
use CXX everywhere
svn path=/trunk/; revision=11409
Diffstat (limited to 'desiredata')
-rw-r--r-- | desiredata/src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in index b60320b2..6e953c18 100644 --- a/desiredata/src/makefile.in +++ b/desiredata/src/makefile.in @@ -52,7 +52,7 @@ $(SRCXX:.c=.o): %.o: %.c config.log $(CXX) $(CFLAGS) -xc++ -c -o $*.o $*.c $(SRC:.c=.o): %.o: %.c config.log - $(CC) $(CFLAGS) -Wno-parentheses -Wno-switch -Wstrict-prototypes -c -o $*.o $*.c + $(CXX) $(CFLAGS) -Wno-parentheses -Wno-switch -Wstrict-prototypes -c -o $*.o $*.c $(SO): $(OBJ) config.log $(CXX) $(LDSOFLAGS) $(LDFLAGS) $(DBG_CFLAGS) -I../src -o $(SO) $(OBJ) $(WLIB) |