Magellan Linux

Annotation of /trunk/slang/patches/slang-2.1.3-slsh-libs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 616 - (hide annotations) (download)
Thu May 29 09:16:34 2008 UTC (16 years ago) by niro
File size: 637 byte(s)
-fixes for 2.1.3

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