line for compiling with -g (for dbx) added.
authorGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Mon, 10 Jun 1985 21:24:41 +0000 (13:24 -0800)
committerGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Mon, 10 Jun 1985 21:24:41 +0000 (13:24 -0800)
SCCS-vsn: contrib/bib/src/Makefile 2.6

usr/src/contrib/bib/src/Makefile

index fa7146a..9a19541 100644 (file)
@@ -1,6 +1,7 @@
-#      @(#)Makefile    2.5     %G%
+#      @(#)Makefile    2.6     %G%
 #
 CFLAGS = -DINCORE
 #
 CFLAGS = -DINCORE
+#CFLAGS = -DINCORE -g
 CC = cc $(CFLAGS)
 .c.o:
        $(CC) -c $*.c
 CC = cc $(CFLAGS)
 .c.o:
        $(CC) -c $*.c