X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/8f9ac18ce143b85eb5a200913e9544e7e0ef2f4b..f98036f07e88d9bf219ef068a78250c7ed6c7938:/tools/make/rules diff --git a/tools/make/rules b/tools/make/rules index d61e224..6d8aff2 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -26,7 +26,7 @@ build-indep: install: # Erstellen aller Binärpakete (effektiv ist dies die Kombination der binary-arch- und binary-indep-Ziele) -binary: debian/tmp/DEBIAN/control binary-arch binary-indep +binary: binary-arch binary-indep # Erstellen Architektur-abhängiger (Architecture: any) Binärpakete im übergeordneten Verzeichnis binary-arch: @@ -37,7 +37,7 @@ binary-indep: copy ../$(paket)_$(version)-$(build)$(_arch).deb copy: debian/$(paket).cp debian/$(paket).cp debian/tmp -../$(paket)_$(version)-$(build)$(_arch).deb: +../$(paket)_$(version)-$(build)$(_arch).deb:debian/tmp/DEBIAN/control $(DEB) mv debian/tmp.deb ../$(paket)_$(version)-$(build)$(_arch).deb