1f560c5b33
- remove pre-configure target - make screen's Makefile remove screen.info before re-creating it - instead of removing CFLAGS from Makefile.in, replace its value with @CFLAGS@ so the autoconf script fills it in, same with LDFLAGS
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
--- Makefile.in.orig Wed Sep 1 18:50:31 1999
|
|
+++ Makefile.in Thu Dec 9 16:04:03 1999
|
|
@@ -21,8 +21,8 @@
|
|
ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
|
|
|
|
CC = @CC@
|
|
-CFLAGS = -O
|
|
-LDFLAGS =
|
|
+CFLAGS = @CFLAGS@
|
|
+LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
|
|
CPP_DEPEND=$(CC) -MM
|