1
0
mirror of https://github.com/sjlongland/cluster-powerctl.git synced 2025-09-13 12:03:14 +10:00

Makefile: fix typo

This commit is contained in:
Stuart Longland 2017-03-19 12:53:53 +10:00
parent a2e2d1162b
commit 112a127c52
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

@ -57,7 +57,7 @@ setpoints.h: setpoints.h.dist
echo "Existing $@ found. Please compare this file with"; \
echo "$^ to check for any new definitions and merge as"; \
echo "required."; \
diff -u $^ $@
diff -u $^ $@; \
exit 1; \
fi
cp $^ $@