]> git.proxmox.com Git - pve-manager.git/commitdiff
buildsys: remove wildcard target from Makefile
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Jun 2018 10:46:58 +0000 (12:46 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 20 Jun 2018 11:04:51 +0000 (13:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6cf32a95de94b69016e76f65f31931201b128344..433b606937b58efcaeeaa71396f478ee799889c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ all: ${SUBDIRS}
 check:
        ${MAKE} -C bin/test check
 
-%:
-       set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
-
 .PHONY: dinstall
 dinstall: ${DEB}
        dpkg -i ${DEB}