]> git.proxmox.com Git - pve-cluster.git/blobdiff - src/PVE/CLI/Makefile
makefile: convert to use simple parenthesis
[pve-cluster.git] / src / PVE / CLI / Makefile
index 1e58e2fef7a4d299dcf440d8faa29ef99419fbd4..e09903ca94aafd96bc71938dec7e7a4b1c09d2c4 100644 (file)
@@ -1,11 +1,11 @@
-PVEDIR=${DESTDIR}/usr/share/perl5/PVE
+PVEDIR=$(DESTDIR)/usr/share/perl5/PVE
 
 SOURCES=pvecm.pm
 
 .PHONY: install
-install: ${SOURCES}
-       install -d -m 0755 ${PVEDIR}/CLI
-       for f in ${SOURCES}; do install -D -m 0644 $$f ${PVEDIR}/CLI/$$f; done
+install: $(SOURCES)
+       install -d -m 0755 $(PVEDIR)/CLI
+       for f in $(SOURCES); do install -D -m 0644 $$f $(PVEDIR)/CLI/$$f; done
 
 .PHONY: clean
 clean: