aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2988493..eca18d7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean :
rm -f crypt
install : crypt
- mkdir -p -- "$(PREFIX)"/bin "$(PREFIX)"/share/man/man1
- install crypt -- "$(PREFIX)"/bin
- install crypt.1 -- "$(PREFIX)"/share/man/man1
+ mkdir -p -- $(PREFIX)/bin $(PREFIX)/share/man/man1
+ install crypt -- $(PREFIX)/bin
+ install crypt.1 -- $(PREFIX)/share/man/man1