diff options
Diffstat (limited to 'japanese/libslang/files/patch-ac')
-rw-r--r-- | japanese/libslang/files/patch-ac | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/japanese/libslang/files/patch-ac b/japanese/libslang/files/patch-ac index 6bf582caeb49..0cad8f4278af 100644 --- a/japanese/libslang/files/patch-ac +++ b/japanese/libslang/files/patch-ac @@ -1,14 +1,15 @@ ---- autoconf/Makefile.in.orig Sun Feb 24 19:03:54 2002 -+++ autoconf/Makefile.in Sun Feb 24 19:07:01 2002 -@@ -10,7 +10,6 @@ +--- autoconf/Makefile.in.orig Thu Feb 21 20:10:02 2002 ++++ autoconf/Makefile.in Tue May 7 00:56:06 2002 +@@ -10,7 +10,7 @@ cd src; $(MAKE) all elf: cd src; $(MAKE) elf - @echo Use make install-elf to install it. ++ runtests: cd src; $(MAKE) runtests demos: -@@ -23,15 +22,8 @@ +@@ -23,15 +23,7 @@ cd src; $(MAKE) install install-elf: cd src; $(MAKE) install-elf @@ -16,11 +17,12 @@ - @echo "Although not required, consider doing 'make install-links' to extra links" - @echo "On some systems, e.g., linux, you will also have to run ldconfig." - @echo "" - install-links: - cd src; $(MAKE) install-links +-install-links: +- cd src; $(MAKE) install-links - @echo "" - @echo "You may also have to run ldconfig to complete the installation." - @echo "" ++ # distclean: /bin/rm -f *~ Makefile config.status config.log config.cache files.pck |