diff options
author | unknown <Marti Bolivar@.(none)> | 2011-09-26 12:40:42 -0400 |
---|---|---|
committer | unknown <Marti Bolivar@.(none)> | 2011-09-26 12:40:42 -0400 |
commit | 97a115593c453d20e482b79d93f858c250afec43 (patch) | |
tree | bba7094c4061c9b1a2ae913f0a8306d01b8821ea | |
parent | 12f0e7cd92ab907772928f116c3f19fa117aa4d5 (diff) | |
download | librambutan-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.
-rw-r--r-- | build-targets.mk | 3 |
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 "" |