summaryrefslogtreecommitdiff
blob: da9c3ecfaa093388a76cdaf17ff7c6ab75ecceb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur slang-2.1.2.orig/slsh/Makefile.in slang-2.1.2/slsh/Makefile.in
--- slang-2.1.2.orig/slsh/Makefile.in	2007-09-09 10:39:18.000000000 +0900
+++ slang-2.1.2/slsh/Makefile.in	2007-09-19 01:31:41.000000000 +0900
@@ -74,7 +74,7 @@
 slsh_exe: slsh.o readline.o
 	$(CC) $(CFLAGS) slsh.o readline.o -o slsh_exe $(LDFLAGS) $(SRC_LIBS)
 slsh: slsh.o readline.o
-	$(CC) $(CFLAGS) slsh.o readline.o -o slsh $(LDFLAGS) $(INST_LIBS)
+	$(CC) $(CFLAGS) slsh.o readline.o -o slsh $(LDFLAGS) $(SRC_LIBS)
 slsh.o: slsh.c slsh.h config.h Makefile
 	$(CC) -c $(CFLAGS) $(SLANG_SRCINC) $(DEFS) slsh.c
 readline.o: readline.c slsh.h config.h Makefile