summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsvx/source/form/makefile.mk8
-rwxr-xr-xvbahelper/util/makefile.mk5
2 files changed, 1 insertions, 12 deletions
diff --git a/svx/source/form/makefile.mk b/svx/source/form/makefile.mk
index 44bcd53d234f..1088283c6184 100755
--- a/svx/source/form/makefile.mk
+++ b/svx/source/form/makefile.mk
@@ -40,13 +40,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
-.IF "$(ENABLE_VBA)"=="YES"
- CDEFS+=-DENABLE_VBA
-.ENDIF
-
-.IF "$(ENABLE_VBA)"=="YES"
- CDEFS+=-DENABLE_VBA
-.ENDIF
+CDEFS+=-DENABLE_VBA
SRS1NAME=form
SRC1FILES= \
diff --git a/vbahelper/util/makefile.mk b/vbahelper/util/makefile.mk
index a09ffa594483..48f4f9346ef5 100755
--- a/vbahelper/util/makefile.mk
+++ b/vbahelper/util/makefile.mk
@@ -34,11 +34,6 @@ TARGET=vbahelper
.INCLUDE : settings.mk
-.IF "$(ENABLE_VBA)" == "NO"
-dummy:
- @echo "Nothing to build"
-.ENDIF
-
TARGET_HELPER=vbahelper
LIB1TARGET= $(SLB)$/$(TARGET).lib