summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/Rules.make b/Rules.make
index c3a9041..567d926 100644
--- a/Rules.make
+++ b/Rules.make
@@ -37,2 +37,3 @@ $(TOPDIR)/stamp-headers :
ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
+ ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
touch $@
@@ -41,6 +42,5 @@ $(TOPDIR)/library/custom.h : $(TOPDIR)/.config
@-rm -f $@
- $(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\
- ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@,\
- touch $@\
- )
+ @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\
+ ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@)
+ @touch $@
@@ -57,3 +57,3 @@ $(TOPDIR)/mkspecs/default :
define descend
- $(MAKE) -C $(1) $(2)
+ $(MAKE) $(if $(QMAKE),QMAKE=$(QMAKE)) -C $(1) $(2)
endef