(CFLAGS): Add -Wall and -Wmissing-prototypes.
authortomo <tomo>
Fri, 3 Oct 2003 03:36:08 +0000 (03:36 +0000)
committertomo <tomo>
Fri, 3 Oct 2003 03:36:08 +0000 (03:36 +0000)
(chise.lo): Add dependency on sysdep.h.

Makefile.in

index 0296c60..d25faba 100644 (file)
@@ -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