diff options
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/tools/lngconvex/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/source/tools/lngconvex/makefile.mk b/shell/source/tools/lngconvex/makefile.mk index 3ee6298e744f..288f655376eb 100755 --- a/shell/source/tools/lngconvex/makefile.mk +++ b/shell/source/tools/lngconvex/makefile.mk @@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/DESKTOP//)" +ALL: + @echo No need for this on non-desktop OSes +.ENDIF + # --- Files -------------------------------------------------------- .IF "$(COM)"=="GCC" |