From 132b68a5c516d31aa5abdbca3bb36ded2c13b4cc Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Thu, 6 Jun 1991 23:27:37 +0000 Subject: perl 4.0 patch 4: (combined patch) Random patches, mostly bugs and portability stuff. //g is the only major new feature. Additionally, there is now an alternate license you can distribute Perl under. --- usub/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usub') diff --git a/usub/Makefile b/usub/Makefile index cf3a48b3ea..107702f303 100644 --- a/usub/Makefile +++ b/usub/Makefile @@ -1,10 +1,10 @@ -SRC = /usr/local/src/perl +SRC = .. GLOBINCS = LOCINCS = -LIBS = -lcurses -ltermlib +LIBS = -lcurses -ltermlib `. $(SRC)/config.sh; echo $$libs` curseperl: $(SRC)/uperl.o usersub.o curses.o - cc $(SRC)/uperl.o usersub.o curses.o $(LIBS) -lm -o curseperl + cc $(SRC)/uperl.o usersub.o curses.o $(LIBS) -o curseperl usersub.o: usersub.c cc -c -I$(SRC) $(GLOBINCS) -DDEBUGGING -g usersub.c -- cgit v1.2.1