Minor changes.
[idzebra-moved-to-github.git] / bfile / Makefile
index 235392d..3fa5f2f 100644 (file)
@@ -1,7 +1,7 @@
 SHELL=/bin/sh
 INCLUDE=-I../include
 TPROG=btest
-CFLAGS=-g -Wall
+CFLAGS=-g -Wall -pedantic
 DEFS=$(INCLUDE)
 LIB=../lib/bfile.a
 PO = bfile.o mfile.o
@@ -24,8 +24,8 @@ clean:
        rm -f *.[oa] $(TPROG) core mon.out gmon.out errlist
 
 dep depend:
-       $(CPP) $(INCLUDE) -M *.c >.depend
+       mv Makefile Makefile.tmp
+       sed '/^#Depend/q' <Makefile.tmp >Makefile
+       $(CPP) $(INCLUDE) -M *.c >>Makefile
 
-#ifeq (.depend,$(wildcard .depend))
-include .depend
-#endif
+#Depend --- DOT NOT DELETE THIS LINE