]> git.proxmox.com Git - pve-manager.git/blobdiff - www/css/Makefile
makefile: convert to use simple parenthesis
[pve-manager.git] / www / css / Makefile
index 3960292c6e623acaa1a624db1bcf90cdf5549384..e4d5c14e2492c7bdd36084f9d958253be61f03a7 100644 (file)
@@ -4,8 +4,8 @@ all:
 
 .PHONY: install
 install: ext6-pve.css
-       install -d ${WWWCSSDIR}
-       install -m 0644 $? ${WWWCSSDIR}
+       install -d $(WWWCSSDIR)
+       install -m 0644 $? $(WWWCSSDIR)
 
 .PHONY: clean
 clean: