summaryrefslogtreecommitdiff
path: root/japanese/libslang/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/libslang/files/patch-ac')
-rw-r--r--japanese/libslang/files/patch-ac17
1 files changed, 12 insertions, 5 deletions
diff --git a/japanese/libslang/files/patch-ac b/japanese/libslang/files/patch-ac
index a10a10967c64..33bdbd892bcd 100644
--- a/japanese/libslang/files/patch-ac
+++ b/japanese/libslang/files/patch-ac
@@ -1,15 +1,22 @@
-*** autoconf/Makefile.in.orig Wed Jul 14 05:30:30 1999
---- autoconf/Makefile.in Fri Sep 3 03:54:21 1999
+*** autoconf/Makefile.in.orig Sun Nov 14 15:20:58 1999
+--- autoconf/Makefile.in Thu Feb 3 04:09:19 2000
***************
*** 10,16 ****
cd src; $(MAKE) all
elf:
cd src; $(MAKE) elf
-- @echo Use make install-elf to install it.
+! @echo Use make install-elf to install it.
+ runtests:
+ cd src/test; $(MAKE)
+ demos:
+--- 10,16 ----
+ cd src; $(MAKE) all
+ elf:
+ cd src; $(MAKE) elf
+!
runtests:
cd src/test; $(MAKE)
demos:
---- 10,15 ----
***************
*** 23,37 ****
cd src; $(MAKE) install
@@ -27,4 +34,4 @@
#
distclean:
/bin/rm -f *~ Makefile config.status config.log config.cache files.pck
---- 22,29 ----
+--- 23,30 ----