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