summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-27 12:28:09 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-27 12:28:09 -0400
commit5574904bfbc614df7b10965fd445ddf33ea5d86e (patch)
treec44180a48278fce2e3a03af37c7e2b473f1c16b5 /Makefile
parent4eed30b9ee86f4e350fdcd0955de136b6a3b0496 (diff)
downloadconf-5574904bfbc614df7b10965fd445ddf33ea5d86e.tar.gz
conf-5574904bfbc614df7b10965fd445ddf33ea5d86e.zip
fix another variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c26586e..ad0fa5c 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,7 @@ services/enabled/% : services/available/%
$(LN) ../available/$(notdir $<) $@
/var/spool/cron/$(USER) : crontab
- @crontab $@
+ @crontab $<
fortune/%.dat : fortune/%
@echo "Compiling $@"