mirror of
https://github.com/sjlongland/cluster-powerctl.git
synced 2025-09-13 20:13:16 +10:00
Makefile: fix typo
This commit is contained in:
parent
a2e2d1162b
commit
112a127c52
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ setpoints.h: setpoints.h.dist
|
|||||||
echo "Existing $@ found. Please compare this file with"; \
|
echo "Existing $@ found. Please compare this file with"; \
|
||||||
echo "$^ to check for any new definitions and merge as"; \
|
echo "$^ to check for any new definitions and merge as"; \
|
||||||
echo "required."; \
|
echo "required."; \
|
||||||
diff -u $^ $@
|
diff -u $^ $@; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
cp $^ $@
|
cp $^ $@
|
||||||
|
Loading…
Reference in New Issue
Block a user