X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=27a6a126db0efef1a5ddd01d0e560297f66e9950;hb=42c42d187d5c74fc0e12446a91f4239abb5a4709;hp=8ea84026c26e289351549efe0f159bed33482672;hpb=ce660038ed58ec2f62b6e0d16702db47680f4f61;p=build.git diff --git a/Makefile b/Makefile index 8ea84026..27a6a126 100644 --- a/Makefile +++ b/Makefile @@ -683,11 +683,11 @@ $(foreach package,$(ALL),$(eval $(call target_depends,$(package)))) # so I'm reverting to simplicity define target_debian $(1)-debian: $(1)-tarball - $(dpkgapt_install_stock_debs $(1)) + $(call dpkgapt_install_stock_debs $(1)) mkdir -p DEBIAN/$(1) rsync -a MODULES/$(1)/ DEBIAN/$(1)/ make -C DEBIAN/$(1) "RPMTARBALL=$(HOME)/$($(1).tarballs)" "RPMVERSION=$($(1).rpm-version)" "RPMRELEASE=$($(1).rpm-release)" "RPMNAME=$($(1).rpm-name)" debian - $(dpkgapt_uninstall_stock_debs $(1)) + $(call dpkgapt_uninstall_stock_debs $(1)) endef $(foreach package,$(ALL),$(eval $(call target_debian,$(package))))