3c6a870ff6
re-created with makeinfo
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
--- Makefile.in.orig Wed Sep 1 18:50:31 1999
|
|
+++ Makefile.in Mon Dec 27 23:34:35 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
|
|
@@ -62,7 +62,7 @@
|
|
kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o \
|
|
sched.o teln.o nethack.o
|
|
|
|
-all: screen
|
|
+all: screen screen.info
|
|
|
|
screen: $(OFILES)
|
|
$(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS)
|