cf9458a852
Submitted by: Gerhard Gonter <g.gonter@ieee.org> PR: 74279, 74791 Gerhard Gonter agreed to take over the maintainership.
21 lines
718 B
Plaintext
21 lines
718 B
Plaintext
--- src/Makefile.in.orig Sat Oct 9 11:55:26 2004
|
|
+++ src/Makefile.in Sat Oct 9 11:56:32 2004
|
|
@@ -70,7 +70,7 @@
|
|
CWFLAGS=@CWFLAGS@
|
|
CIFLAGS=@CIFLAGS@
|
|
CMFLAGS=@CMFLAGS@
|
|
-CFLAGS= $(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(CMFLAGS)
|
|
+CFLAGS= @CFLAGS@ $(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(CMFLAGS)
|
|
LDFLAGS=@LDFLAGS@
|
|
|
|
PLFOREIGN=@PLFOREIGN@
|
|
@@ -374,7 +374,7 @@
|
|
$(INSTALL_DATA) pl.1 $(plmandir)/$(PL).$(mansec)
|
|
$(INSTALL_DATA) $(srcdir)/plrc.1 $(plmandir)/plrc.$(mansec)
|
|
$(INSTALL_DATA) $(srcdir)/plld.1 $(plmandir)/plld.$(mansec)
|
|
- $(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec)
|
|
+# $(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec)
|
|
|
|
#
|
|
# runtime-only environment installation
|