summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-04-16 23:05:45 +0200
committerMathias Bauer <mba@openoffice.org>2010-04-16 23:05:45 +0200
commit6551c54e36c592e55353e6da8a914c68718bdf16 (patch)
tree71880c4a7e40865ead36b13e2dd5f28a09d46ccb /sw/source/ui
parent60c0bf9b1a5a6ee202eb40d2b66958bfe06be4a9 (diff)
CWS gnumake2: move header generation for oovbaapi to offuh
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/vba/makefile.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/ui/vba/makefile.mk b/sw/source/ui/vba/makefile.mk
index f4c604f5d4eb..47513f95a40b 100644
--- a/sw/source/ui/vba/makefile.mk
+++ b/sw/source/ui/vba/makefile.mk
@@ -100,12 +100,3 @@ SLOFILES= \
.INCLUDE : target.mk
-ALLTAR : \
- $(MISC)$/$(TARGET).don \
-
-$(SLOFILES) : $(MISC)$/$(TARGET).don
-
-$(MISC)$/$(TARGET).don : $(SOLARBINDIR)$/oovbaapi.rdb
- +$(CPPUMAKER) -O$(INCCOM)$/$(TARGET) -BUCR $(SOLARBINDIR)$/oovbaapi.rdb -X$(SOLARBINDIR)$/types.rdb && echo > $@
- echo $@
-