diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 66876c734a..d05ce316af 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -23,7 +23,7 @@ export NATIVEINCLUDES # The native include paths, set by the various nati export USEMODULE # Sys Module dependencies of the application. Set in the application's Makefile. export USEPKG # Pkg dependencies (third party modules) of the application. Set in the application's Makefile. export DISABLE_MODULE # Used in the application's Makefile to suppress DEFAULT_MODULEs. -export APPDEPS # Files / Makefile targets that need to be created before the application can be build. Set in the application's Makefile. +# APPDEPS # Files / Makefile targets that need to be created before the application can be build. Set in the application's Makefile. # BUILDDEPS # Files / Makefile targets that need to be created before starting to build. # DEBUGDEPS # Files / Makefile targets that need to be created before starting a debug session.