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