diff options
Diffstat (limited to 'vbahelper/util/makefile.mk')
-rw-r--r-- | vbahelper/util/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vbahelper/util/makefile.mk b/vbahelper/util/makefile.mk index 98adae420ed9..49bc8e7d39b0 100644 --- a/vbahelper/util/makefile.mk +++ b/vbahelper/util/makefile.mk @@ -34,6 +34,10 @@ TARGET=vbahelper .INCLUDE : settings.mk +.IF "$(ENABLE_VBA)" == "NO" +dummy: + @echo "Nothing to build" +.ENDIF TARGET_HELPER=vbahelper |