blob: f72d4a43b7ee699900f68e45c35c967263254b96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur wvstreams-4.0.1.orig/wvrules.mk wvstreams-4.0.1/wvrules.mk
--- wvstreams-4.0.1.orig/wvrules.mk 2005-03-05 17:11:10.000000000 +0100
+++ wvstreams-4.0.1/wvrules.mk 2005-03-05 17:11:57.000000000 +0100
@@ -284,7 +284,7 @@
%.E: %.cc; $(call wvcxx,$@,$<,$*,,-E)
%.E: %.cpp; $(call wvcxx,$@,$<,$*,,-E)
-%.moc: %.h; moc -o $@ $<
+%.moc: %.h; $(MOC) -o $@ $<
../%.so:; @echo "Shared library $@ does not exist!"; exit 1
../%.a:; @echo "Library $@ does not exist!"; exit 1
|