Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 175009
Collapse All | Expand All

(-)newlisp-9.1.1.org/makefile_linux (-1 / +1 lines)
Lines 15-21 Link Here
15
#	$(CC) $(OBJS) -g -lm -ldl -lreadline -ltermcap -o newlisp
15
#	$(CC) $(OBJS) -g -lm -ldl -lreadline -ltermcap -o newlisp
16
#	$(CC) $(OBJS) -g -lm -ldl -lreadline -lncurses -o newlisp
16
#	$(CC) $(OBJS) -g -lm -ldl -lreadline -lncurses -o newlisp
17
	$(CC) $(OBJS) -g -lm -ldl -o newlisp
17
	$(CC) $(OBJS) -g -lm -ldl -o newlisp
18
	strip newlisp
18
#	strip newlisp
19
19
20
.c.o:
20
.c.o:
21
	$(CC) $(CFLAGS) $<
21
	$(CC) $(CFLAGS) $<

Return to bug 175009