summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-03-13 23:26:18 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-03-13 23:26:18 -0400
commite563e61bcffdf9b44a76c70f845f4909cd322c0d (patch)
tree8be05a3db4edbe190baabc6424aa3f7e57cc0b7a /Makefile
parent88e8a4ab61dc5352dd9fcd953e27a4156eca8c4a (diff)
parentb38287a145a445868453f426a255d6467d89d630 (diff)
Merge ../hp-dv6426us-par into build64-par
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e04ff9f..1af51d3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean:
( echo '..'; find ~/Maildir -maxdepth 2 -type f -name "maildirfolder" -printf '%h\n'|sed -r 's@.*/(.*\.)(.*)@.\1\2@' )|sort>'$@'
.crontab.cookie: .crontab .crontab.local
- cat $^ | crontab -
+ (cat $^; echo) | crontab -
date > '$@'
# don't do anything, just create these if they doesn't exist