Fix up non-relative header file include paths (thanks to Kim Blomqvist).
[pub/lufa.git] / LUFA / Build / lufa.core.in
index bf65daf..f44b407 100644 (file)
@@ -51,6 +51,8 @@ LUFA_BUILD_PROVIDED_MACROS +=
 #
 # -----------------------------------------------------------------------------
 
+SHELL = /bin/sh
+
 # Build sorted and filtered lists of the included build module data
 SORTED_LUFA_BUILD_MODULES   = $(sort $(LUFA_BUILD_MODULES))
 SORTED_LUFA_BUILD_TARGETS   = $(sort $(LUFA_BUILD_TARGETS))
@@ -90,6 +92,7 @@ help:
        @echo " invoked commands and show only the friendly command output, run   "
        @echo " make with the \"-s\" switch added before the target(s).           "             
        @echo "==================================================================="
+       @echo "                                                                   "
        @echo "  Currently used build system modules in this application:         "
        @echo "                                                                   "
        @printf " %b" "$(PRINTABLE_LUFA_BUILD_MODULES:%=   - %\n)"