aboutsummaryrefslogtreecommitdiffstats
path: root/build-targets.mk
diff options
context:
space:
mode:
authorunknown <Marti Bolivar@.(none)>2011-09-26 12:40:42 -0400
committerunknown <Marti Bolivar@.(none)>2011-09-26 12:40:42 -0400
commit97a115593c453d20e482b79d93f858c250afec43 (patch)
treebba7094c4061c9b1a2ae913f0a8306d01b8821ea /build-targets.mk
parent12f0e7cd92ab907772928f116c3f19fa117aa4d5 (diff)
downloadlibrambutan-97a115593c453d20e482b79d93f858c250afec43.tar.gz
librambutan-97a115593c453d20e482b79d93f858c250afec43.zip
build-targets.mk: Tweak for Windows compilation.
Make on Windows doesn't seem to like @echo without a string. Give it an empty one to keep it happy.
Diffstat (limited to 'build-targets.mk')
-rw-r--r--build-targets.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-targets.mk b/build-targets.mk
index 207d324..fb8edc0 100644
--- a/build-targets.mk
+++ b/build-targets.mk
@@ -39,5 +39,4 @@ MSG_INFO:
@echo " See 'make help' for all possible targets"
@echo ""
@echo "================================================================================"
- @echo
-
+ @echo ""