Honor CFLAGS.

PR:		16358
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
This commit is contained in:
Steve Price 2000-01-29 21:32:54 +00:00
parent de8c3e242f
commit 93e60fc219
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25264

View file

@ -1,5 +1,5 @@
*** Makefile.orig Mon Mar 6 09:00:20 1995
--- Makefile Fri Sep 29 04:08:35 1995
*** Makefile.orig Mon Mar 6 15:00:20 1995
--- Makefile Tue Jan 25 23:25:46 2000
***************
*** 5,23 ****
endif
@ -48,7 +48,7 @@
endif
! DEBUG=-g
OPT=-O
! OPT=-O
! CFLAGS=-Wall $(DEBUG) $(OPT) $(DEFS)
# set this to where to install
@ -61,8 +61,8 @@
endif
! #DEBUG=-g
OPT=-O
! CFLAGS=$(DEBUG) $(OPT) $(DEFS)
! #OPT=-O
! CFLAGS+=$(DEBUG) $(OPT) $(DEFS)
# set this to where to install
BINDIR=$(PREFIX)/bin