UBUNTU: [Config] Fix binary-perarch dependencies
[linux-flexiantxendom0-natty.git] / debian / rules.d / 2-binary-arch.mk
index fabeb9e..b169f8f 100644 (file)
@@ -360,10 +360,10 @@ ifeq ($(do_tools),true)
 endif
        touch $@
 
-$(stampdir)/stamp-build-perarch: prepare-perarch
+$(stampdir)/stamp-build-perarch: $(stampdir)/stamp-prepare-perarch
 ifeq ($(do_tools),true)
        cd $(builddir)/tools-$*/tools/perf && \
-               make HAVE_CPLUS_DEMANGLE=1 $(CROSS_COMPILE)
+               make HAVE_CPLUS_DEMANGLE=1 $(CROSS_COMPILE) $(conc_level)
 endif
        @touch $@