From: tomo Date: Fri, 3 Oct 2003 03:36:08 +0000 (+0000) Subject: (CFLAGS): Add -Wall and -Wmissing-prototypes. X-Git-Tag: b1-r0_2_0-pre6~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=19072396bf75c4c67583bb90d21ce49256e2990d;p=chise%2Flibchise.git (CFLAGS): Add -Wall and -Wmissing-prototypes. (chise.lo): Add dependency on sysdep.h. --- diff --git a/Makefile.in b/Makefile.in index 0296c60..d25faba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ CC = @CC@ DEFS = @DEFS@ LIBS = @LIBS@ -ldb -CFLAGS = @CFLAGS@ -c +CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes LIBTOOL = @LIBTOOL@ @@ -42,7 +42,7 @@ libchise.la: $(OBJS) $(CC) -o libchise.la $(OBJS) $(LIBS) \ -rpath ${libdir} -version-info $(ABI_VERSION) -chise.lo: chise.c chise.h config.h +chise.lo: chise.c chise.h config.h sysdep.h $(LIBTOOL) $(CC) $(CFLAGS) chise.c name.lo: name.c chise-name.h