diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-02-27 11:50:39 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-02-27 11:50:39 +0000 |
commit | 5926beca6b296e1a9899f3725c923d036e960f46 (patch) | |
tree | 080457d94276d93eef455702cb0158e15824328f /chinese/libtabe/files | |
parent | c0e5dfb1fd9f1e62f70c2908a65c3eebf2c8aad5 (diff) |
Notes
Diffstat (limited to 'chinese/libtabe/files')
-rw-r--r-- | chinese/libtabe/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chinese/libtabe/files/patch-aa b/chinese/libtabe/files/patch-aa index 898f274651b3..ff236400cd38 100644 --- a/chinese/libtabe/files/patch-aa +++ b/chinese/libtabe/files/patch-aa @@ -1,5 +1,14 @@ ---- src/Makefile.in.orig Sat Dec 18 16:08:55 1999 -+++ src/Makefile.in Sat Dec 18 16:09:08 1999 +--- src/Makefile.in.orig Wed Feb 23 09:48:10 2000 ++++ src/Makefile.in Sun Feb 27 02:03:32 2000 +@@ -27,7 +27,7 @@ + bindir = @bindir@ + includedir = @includedir@ + +-version = 0.1-2 ++version = 0.1 + major_ver = 0 + + # @@ -155,7 +155,7 @@ install: install_binary install_data @@ -8,7 +17,7 @@ +install_binary: if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi $(INSTALL_DATA) lib$(LIBNAME).a $(libdir) - if [ -f lib$(LIBNAME).so.$(version) ]; then \ + if [ -f lib$(LIBNAME).so ]; then \ @@ -171,6 +171,6 @@ (cd supports/bims; $(MAKE) install) (cd util; $(MAKE) install) |