Respect CFLAGS.
This commit is contained in:
parent
bcc054623d
commit
d407148f65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55177
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,14 @@
|
|||
--- Makefile.in.orig Sat Jun 9 17:44:19 2001
|
||||
+++ Makefile.in Sat Jun 9 17:44:36 2001
|
||||
@@ -36,8 +36,8 @@
|
||||
--- Makefile.in.orig Mon Sep 13 08:35:42 1999
|
||||
+++ Makefile.in Sun Feb 24 15:33:36 2002
|
||||
@@ -29,15 +29,15 @@
|
||||
RANLIB = @RANLIB@
|
||||
|
||||
CC = @CC@
|
||||
-CFLAGS = -Wall -O2
|
||||
+CFLAGS = @CFLAGS@
|
||||
INSTALL = @INSTALL@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
doc_format = @doc_format@
|
||||
|
||||
PROG = ident2
|
||||
|
|
Loading…
Reference in a new issue