summaryrefslogtreecommitdiffstats
path: root/chinese/libtabe/files/patch-ab
blob: 297db5e6637c30a034c99c544146636cd7d8d5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- src/supports/bims/Makefile.in.orig	Thu Jun  7 00:26:26 2001
+++ src/supports/bims/Makefile.in	Sun Jun 17 09:48:49 2001
@@ -45,8 +45,7 @@
 
 $(LIBNAME): $(LIBOBJS)
 	$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
-		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) \
-		-release $(RELEASE_VER)
+		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
 
 bims.lo: bims.c bims.h
 	$(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c
@@ -59,7 +58,7 @@
 	if [ -d obj-s ]; then rmdir obj-s; fi
 	$(RM) Makefile
 
-install: all
+install:
 	if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi
 	if [ ! -d $(includedir) ]; then $(INSTALL) -d $(includedir); fi
 	$(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBNAME) $(libdir)
OpenPOWER on IntegriCloud