blob: 5f516e396fbdc2c46496225a3339fd30e4ba98f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/i18n/Makefile.in 2009-05-18 13:55:49.000000000 +0200
+++ b/i18n/Makefile.in 2009-05-18 13:55:49.000000000 +0200
@@ -105,6 +105,9 @@
all-local: $(ALL_TARGETS)
+rematch.o: $(srcdir)/rematch.cpp
+ $(CXX) -fPIC $(CPPFLAGS) $(DEFS) -c -o $@ $<
+
install-local: install-headers install-library
install-library: all-local
|