From: Gary M. Levin Date: Mon, 10 Jun 1985 21:24:41 +0000 (-0800) Subject: line for compiling with -g (for dbx) added. X-Git-Tag: BSD-4_3-Snapshot-Development~5590 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/037c74dfffed9b28e21602a509a091398ced3e09?ds=inline line for compiling with -g (for dbx) added. SCCS-vsn: contrib/bib/src/Makefile 2.6 --- diff --git a/usr/src/contrib/bib/src/Makefile b/usr/src/contrib/bib/src/Makefile index fa7146aea5..9a1954102c 100644 --- a/usr/src/contrib/bib/src/Makefile +++ b/usr/src/contrib/bib/src/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 2.5 %G% +# @(#)Makefile 2.6 %G% # CFLAGS = -DINCORE +#CFLAGS = -DINCORE -g CC = cc $(CFLAGS) .c.o: $(CC) -c $*.c