diff options
author | Rüdiger Timm <rt@openoffice.org> | 2009-01-12 09:11:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2009-01-12 09:11:12 +0000 |
commit | a1577feefd60cd788ab7c0b1c3896bd198d4643e (patch) | |
tree | bb773289fbdf4e601ae36ddce8b80e4740de52d7 /postprocess/packconfig | |
parent | 728704bfec23dac79e413d432f3dc2037c9240cc (diff) |
#i10000# Change in postprocess/packconfig/packconfig.pl for i82140, i97141, and i97142 (CWS macmenusquit) makes uiconfig.zip platform dependent, so it must not get built in common tree.
Diffstat (limited to 'postprocess/packconfig')
-rw-r--r-- | postprocess/packconfig/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/packconfig/makefile.mk b/postprocess/packconfig/makefile.mk index 9d9b664ef582..89da45a83126 100644 --- a/postprocess/packconfig/makefile.mk +++ b/postprocess/packconfig/makefile.mk @@ -39,8 +39,8 @@ TARGET=uiconfig .INCLUDE : target.mk -ALLTAR : $(COMMONBIN)$/uiconfig.zip +ALLTAR : $(BIN)$/uiconfig.zip -$(COMMONBIN)$/uiconfig.zip .PHONY: +$(BIN)$/uiconfig.zip .PHONY: $(PERL) packconfig.pl -i $(SOLARXMLDIR)$/uiconfig -o $@ |