diff options
-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) |