]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/Status/Makefile
makefile: convert to use simple parenthesis
[pve-manager.git] / PVE / Status / Makefile
index f3731ef93788c7c13e168da09110ff2fc955333f..c2f2edbc48547d547635e2969b4b250a678e1dad 100644 (file)
@@ -12,6 +12,6 @@ clean:
        rm -rf *~
 
 .PHONY: install 
-install: ${PERLSOURCE}
-       install -d ${PERLLIBDIR}/PVE/Status
-       install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/Status
+install: $(PERLSOURCE)
+       install -d $(PERLLIBDIR)/PVE/Status
+       install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/Status