]> git.pld-linux.org Git - packages/libstemmer.git/blame - libtool-tag.patch
- updated URL
[packages/libstemmer.git] / libtool-tag.patch
CommitLineData
42de7bdc
ER
1--- libstemmer_c/Makefile~ 2009-11-21 14:34:37.000000000 +0200
2+++ libstemmer_c/Makefile 2009-11-21 14:35:39.761787074 +0200
3@@ -21,25 +21,25 @@
4 all: libstemmer.la stemwords
5
6 libstemmer.la: $(LTOBJS)
7- $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) \
8+ $(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -rpath $(libdir) \
9 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -o \
10 $@ $(LTOBJS)
11
12 stemwords: examples/stemwords.o libstemmer.la
13- $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $^
14+ $(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $^
15
16 %.o: %.c
17 $(CC) -c $(CFLAGS) $< -o $@
18
19 %.lo: %.c
20- $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $< -o $@
21+ $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CFLAGS) $< -o $@
22
23 install:
24 $(INSTALL) -d $(DESTDIR)$(bindir)
25 $(INSTALL) -d $(DESTDIR)$(libdir)
26 $(INSTALL) -d $(DESTDIR)$(includedir)/libstemmer
27- $(LIBTOOL) --mode=install $(INSTALL) libstemmer.la $(DESTDIR)$(libdir)
28- $(LIBTOOL) --mode=install $(INSTALL) -m 755 stemwords $(DESTDIR)$(bindir)
29+ $(LIBTOOL) --tag=CC --mode=install $(INSTALL) libstemmer.la $(DESTDIR)$(libdir)
30+ $(LIBTOOL) --tag=CC --mode=install $(INSTALL) -m 755 stemwords $(DESTDIR)$(bindir)
31 $(INSTALL) -m 644 libstemmer/modules.h $(DESTDIR)$(includedir)/libstemmer
32 $(INSTALL) -m 644 runtime/api.h $(DESTDIR)$(includedir)/libstemmer
33 $(INSTALL) -m 644 runtime/header.h $(DESTDIR)$(includedir)/libstemmer
This page took 0.077192 seconds and 4 git commands to generate.