summaryrefslogtreecommitdiffstats
path: root/make/custom/bare.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/bare.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 1c3c641018..18757b985e 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -28,14 +28,14 @@ START_BASE=
define make-exe
@echo "*** Cannot do a link with the bare bsp. ***"
- @echo "#!/bin/sh" > $(basename $@).exe
- @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
+ @echo "#!/bin/sh" > $(basename $@)$(EXEEXT)
+ @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@)$(EXEEXT)
endef
define make-cxx-exe
@echo "*** Cannot do a link with the bare bsp. ***"
- @echo "#!/bin/sh" > $(basename $@).exe
- @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
+ @echo "#!/bin/sh" > $(basename $@)$(EXEEXT)
+ @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@)$(EXEEXT)
endef
# Miscellaneous additions go here