From d99459939d4e759a931a2bff314b2d3f5f179ad8 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 17 May 2009 00:40:49 +0000 Subject: use CXX everywhere svn path=/trunk/; revision=11409 --- desiredata/src/makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desiredata/src') 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) -- cgit v1.2.1