14 lines
488 B
Diff
14 lines
488 B
Diff
|
Index: libreoffice-voikko-rel-3.4.1/Makefile
|
||
|
===================================================================
|
||
|
--- libreoffice-voikko-rel-3.4.1.orig/Makefile
|
||
|
+++ libreoffice-voikko-rel-3.4.1/Makefile
|
||
|
@@ -236,7 +236,7 @@ $(patsubst %,build/oxt/%,$(STANDALONE_EX
|
||
|
# Type library C++ headers
|
||
|
build/hpp.flag:
|
||
|
-$(MKDIR) build$(PS)hpp
|
||
|
- $(CPPUMAKER) -Gc -BUCR -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
|
||
|
+ $(CPPUMAKER) -Gc -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
|
||
|
echo flagged > $@
|
||
|
|
||
|
|