summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2008-07-03 19:52:56 +0000
committerMichael Meeks <michael.meeks@novell.com>2008-07-03 19:52:56 +0000
commitc25113a41818b813f7caae2e6a80f68f3346e522 (patch)
treea30dff2b9debd007eb3ecb5542c00b6cc3c8c1d9 /Makefile.shared
parent0dae8c44710451e6876977193c29bb978324bb50 (diff)
Fix build for idl changes.
* patches/dev300/offapi-no-compare.diff, * patches/dev300/apply: fix build for idl changes.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 1d4d6a05a..bf3a02fbc 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -32,7 +32,7 @@ $(OOBUILDDIR)/unpack :
FLAGS="$$FLAGS --additional-sections=$(OOO_ADDITIONAL_SECTIONS)"; \
fi ; \
if test "z$(PIECE)" != "z"; then \
- FLAGS="$$FLAGS --pieces"; \
+ FLAGS="$$FLAGS --pieces --distro=Piece"; \
fi ; \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS -f -R ; \
fi
@@ -110,7 +110,7 @@ $(STAMP_DIR)/patch.apply : $(top_srcdir)/patches/apply.pl \
FLAGS="$$FLAGS --additional-sections=$(OOO_ADDITIONAL_SECTIONS)"; \
fi ; \
if test "z$(PIECE)" != "z"; then \
- FLAGS="$$FLAGS --pieces"; \
+ FLAGS="$$FLAGS --pieces --distro=Piece"; \
fi ; \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS --tag=$(CVSTAG) ;
$(TOOLSDIR)/bin/transform --apply $(TOOLSDIR) $(OOBUILDDIR)
@@ -140,7 +140,7 @@ patch.unapply:
FLAGS="$$FLAGS --additional-sections=$(OOO_ADDITIONAL_SECTIONS)"; \
fi ; \
if test "z$(PIECE)" != "z"; then \
- FLAGS="$$FLAGS --pieces"; \
+ FLAGS="$$FLAGS --pieces --distro=Piece"; \
fi ; \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS -R ;
rm -f $(STAMP_DIR)/patch.apply