diff options
author | Loïc Hoguin <[email protected]> | 2015-09-29 15:13:27 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-29 15:13:27 +0200 |
commit | c148e886257b695d8c61a4aaf10aee3cf4a770d1 (patch) | |
tree | ade51a4420ab9f11178453f9fdfb245be6244de6 /test | |
parent | fe5c42fb818acf9ad6ca6589ea182dfbfbaa5427 (diff) | |
download | erlang.mk-c148e886257b695d8c61a4aaf10aee3cf4a770d1.tar.gz erlang.mk-c148e886257b695d8c61a4aaf10aee3cf4a770d1.tar.bz2 erlang.mk-c148e886257b695d8c61a4aaf10aee3cf4a770d1.zip |
Improve a few comments and messages
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 9272832..20b2328 100644 --- a/test/Makefile +++ b/test/Makefile @@ -164,7 +164,7 @@ core-distclean-tmp: build clean-core-distclean-tmp $i "Distclean the application" $t $(MAKE) -C $(APP) distclean $v - $i "Check if .erlang.mk directory got removed" + $i "Check that .erlang.mk directory got removed" $t test ! -e $(APP)/.erlang.mk core-help: build clean-core-help |