summaryrefslogtreecommitdiff
blob: 3e3310a47839bedaa8e2eccbec493db984043507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nru wvstreams-4.4.1.orig/wvrules.mk wvstreams-4.4.1/wvrules.mk
--- wvstreams-4.4.1.orig/wvrules.mk	2008-01-20 13:00:48.000000000 +0200
+++ wvstreams-4.4.1/wvrules.mk	2008-01-20 13:25:51.000000000 +0200
@@ -248,7 +248,7 @@
 %.E: %.cc;	$(call wvcxx,$@,$<,$*,,-E)
 %.E: %.cpp;	$(call wvcxx,$@,$<,$*,,-E)
 
-%.moc: %.h;	moc -o $@ $<
+%.moc: %.h;	$(MOC) -o $@ $<
 
 %: %.o;		$(call wvlink,$@,$^) 
 %.t: %.t.o;	$(call wvlink,$@,$(call reverse,$(filter %.o,$^)) $(filter-out %.o,$^) $(LIBWVTEST))