]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: IPCConst.pm is needed by 'check' target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Sep 2018 12:29:01 +0000 (14:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Sep 2018 12:29:05 +0000 (14:29 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Makefile

index 75636eb2684369c5c2dfd2bc80b5b12b3069a63f..f4042dda83637374435fc153a66b2605df7833a0 100644 (file)
@@ -27,7 +27,10 @@ install: pvecm ${SOURCES} IPCC.so pvecm.1 pvecm.bash-completion datacenter.cfg.5
        LD_LIBRARY_PATH=. perl -I.. -T -e "use PVE::CLI::$*; PVE::CLI::$*->generate_bash_completions();" >$@.tmp
        mv $@.tmp $@
 
-check:
+Cluster/IPCConst.pm:
+       $(MAKE) -C Cluster IPCConst.pm
+
+check: IPCC.so Cluster/IPCConst.pm
        LD_LIBRARY_PATH=. perl -I.. -T -e "use PVE::CLI::pvecm; PVE::CLI::pvecm->verify_api();"
 
 CC=gcc