diff info/Makefile.in @ 249:0a1644ef9a0a

[project @ 1993-12-06 18:56:13 by jwe]
author jwe
date Mon, 06 Dec 1993 18:56:51 +0000
parents ef33b132b192
children b936220a35cf
line wrap: on
line diff
--- a/info/Makefile.in	Mon Dec 06 13:24:47 1993 +0000
+++ b/info/Makefile.in	Mon Dec 06 18:56:51 1993 +0000
@@ -46,7 +46,7 @@
 	makedoc.c nodemenu.c footnotes.c dribble.c variables.c gc.c \
 	error.c
 
-INCLUDES = display.h doc.h echo_area.h filesys.h general.h getopt.h \
+INCLUDES = display.h doc.h echo_area.h filesys.h general.h \
 	info-utils.h info.h infomap.h nodes.h search.h session.h \
 	signals.h termdep.h terminal.h tilde.h indices.h window.h \
 	footnotes.h dribble.h variables.h gc.h
@@ -75,7 +75,7 @@
 MAKEDOC_SOURCE = makedoc.c xmalloc.c
 
 .c.o:
-	$(CC) -c $(CPPFLAGS) $(LDEFS) -I$(common) $(ALL_CFLAGS) $<
+	$(CC) -c $(CPPFLAGS) $(LDEFS) -I$(common) $(UGLY_ALL_CFLAGS) $<
 
 all: ../libinfo.a # info.info info-stnd.info
 .PHONY: all