respect CC/CFLAGS; notified by naddy@

This commit is contained in:
mark 2002-10-30 09:07:48 +00:00
parent 04d0ce8b6b
commit 5d3d7e4cb0

View File

@ -1,15 +1,17 @@
$OpenBSD: patch-Makefile_in,v 1.2 2002/09/03 05:45:22 mark Exp $
--- Makefile.in.orig Wed Jun 26 23:28:34 2002
+++ Makefile.in Mon Sep 2 21:42:46 2002
@@ -4,6 +4,8 @@ bindir = @bindir@
$OpenBSD: patch-Makefile_in,v 1.3 2002/10/30 09:07:48 mark Exp $
--- Makefile.in~ Wed Oct 30 00:49:54 2002
+++ Makefile.in Wed Oct 30 00:55:11 2002
@@ -4,7 +4,9 @@ bindir = @bindir@
mandir = @mandir@/man1
LIBS = @LIBS@
-CFLAGS = -O
+DESTDIR=
+
CFLAGS = -O
+CFLAGS = @CFLAGS@
RM = rm -f
INSTALL = install -c -m
@@ -35,5 +37,5 @@ distclean:
$(RM) $(OBJS) $(PROG) $(CNF) $(MKF)