summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-10-25 13:34:04 +0200
committerErich Eckner <git@eckner.net>2016-11-03 22:52:05 +0100
commitc9784fb76a27f0a2a4c0bfb303ab25da49ed8846 (patch)
tree59341f4d01ee27f5fb45981089913120189d89e1 /Makefile
parent22168377cb68fbb5c460a686fdf0efe672d04c39 (diff)
downloadhardlinkedBackups-c9784fb76a27f0a2a4c0bfb303ab25da49ed8846.tar.xz
split stage 3 into two (generate; sort) in backupStatistics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90b42c1..3090227 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ all: man.commons backup backup.1 lastBackups lastBackups.1 backupStatistics back
s/#VERSION#/$(VERSION)/; \
s@#BINDIR#@$(BINDIR)@; \
s@#ETCDIR#@$(ETCDIR)@; \
- s@#NUMSTAGES#@5@; \
+ s@#NUMSTAGES#@6@; \
s@#HELPTEXT#\(\s\+\)#@ --help \1display this help and exit\n --version\1display version and exit@; \
" $< > $@ && \
( [[ "$@" = *.* ]] || chmod +x "$@" )