aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-10 23:21:45 +0200
committerLoïc Hoguin <[email protected]>2015-09-10 23:21:45 +0200
commit67fba314764a4628748629be3db0ed38976a7b80 (patch)
tree559a3860008e7ce6da9c1f2a45f77f16a3281098 /test/Makefile
parent2ee412b50664ac662cd86a526f4e2ec905f3cabb (diff)
downloaderlang.mk-67fba314764a4628748629be3db0ed38976a7b80.tar.gz
erlang.mk-67fba314764a4628748629be3db0ed38976a7b80.tar.bz2
erlang.mk-67fba314764a4628748629be3db0ed38976a7b80.zip
Remove an extraneous target dependency
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 580cfa7..8c206b0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -50,7 +50,7 @@ endif
.PHONY: all clean build
-all:: core bootstrap
+all:: core
$i "Success!"
clean:: clean-core