]> git.proxmox.com Git - extjs.git/commitdiff
buildsys: make job safety
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:22:01 +0000 (15:22 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:22:01 +0000 (15:22 +0100)
Makefile

index 15279b36611e4ac761861fb683a922b1cf777b6b..c4673a979b01d0a85540a145e3727c399e564660 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ WWWEXT6DIR=${DESTDIR}/usr/share/javascript/extjs
 all: ${EXTDATA}
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        rsync -a * build
        cp extjs/licenses/license.txt build/debian/copyright