13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2001/07/30 15:33:22 espie Exp $
|
|
--- Makefile.in.orig Thu Apr 25 15:20:32 1996
|
|
+++ Makefile.in Mon Jul 30 17:25:38 2001
|
|
@@ -87,7 +87,7 @@ INCLUDE = $(INCLUDE_MISC) $(INCLUDE_AUDI
|
|
$(INCLUDE_X11) $(MD_INC)
|
|
DEFINE = @V_DEFINE@ -DSIGRET=@V_SIGRET@ -DFRAMESIZE=160
|
|
BFLAGS = $(DEFINE) $(INCLUDE)
|
|
-CFLAGS = $(CCOPT) $(BFLAGS)
|
|
+CFLAGS = @CFLAGS@ $(BFLAGS)
|
|
|
|
#
|
|
# Remember to add a dependency if you add any tcl sources here.
|