aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'bbl/bbl.mk.in')
-rw-r--r--bbl/bbl.mk.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/bbl/bbl.mk.in b/bbl/bbl.mk.in
index 01c06c5..f91dfbf 100644
--- a/bbl/bbl.mk.in
+++ b/bbl/bbl.mk.in
@@ -23,8 +23,13 @@ bbl_payload: $(BBL_PAYLOAD)
raw_logo.o: bbl_logo_file
+ifeq (@BBL_ENABLE_LOGO@,1)
bbl_logo_file: @BBL_LOGO_FILE@
cat $^ | sed 's/$$/\r/' > $@
+else
+bbl_logo_file:
+ touch $@
+endif
bbl_test_srcs =