1 Fix the rule that generates the .moc file
3 The Linux kernel has a "cmd" make function, but we don't have it in
4 Buildroot, so we need to adjust this rule.
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 ===================================================================
14 $(obj)/qconf.o: $(obj)/qconf.moc
16 -quiet_cmd_moc = MOC $@
17 - cmd_moc = $(KC_QT_MOC) -i $< -o $@
19 $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
21 + $(KC_QT_MOC) -i $< -o $@
23 # Extract gconf menu items for I18N support
24 $(obj)/gconf.glade.h: $(obj)/gconf.glade