diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-05-31 16:05:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-05-31 16:05:37 +0000 |
commit | 310784f5697dd0995c600d08bad4e70f27916cdb (patch) | |
tree | c358dbea1f6bdb2a13f3dfdce5c196dbed8d1e95 /moz | |
parent | ee4c6dc33812f8029a48b747a2660c828d009a35 (diff) |
INTEGRATION: CWS macosx07 (1.2.8); FILE MERGED
2005/05/22 21:10:19 ericb 1.2.8.1: #i49548# missing L option for GNUCOPY will cause nss include not delivered, and break in libxmlsec
Diffstat (limited to 'moz')
-rw-r--r-- | moz/extractfiles.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/moz/extractfiles.mk b/moz/extractfiles.mk index 458ab3df5a71..16ee69657fbf 100644 --- a/moz/extractfiles.mk +++ b/moz/extractfiles.mk @@ -2,9 +2,9 @@ # # $RCSfile: extractfiles.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2005-03-01 17:18:26 $ +# last change: $Author: kz $ $Date: 2005-05-31 17:05:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -275,14 +275,9 @@ $(MISC)$/build$/so_moz_include_files: $(INCCOM)$/nsBuildID.h +$(COPY) /QSZ $(INCLUDE_PATH)* $(INCLUDE_DIR) +$(COPY) /QSZ $(PUBLIC_PATH)* $(INCLUDE_DIR) .ELSE -.IF "$(OS)"=="MACOSX" - +$(GNUCOPY) -pr $(INCLUDE_PATH)* $(INCLUDE_DIR) - +$(GNUCOPY) -pr $(PUBLIC_PATH)* $(INCLUDE_DIR) -.ELSE +$(GNUCOPY) -prL $(INCLUDE_PATH)* $(INCLUDE_DIR) +$(GNUCOPY) -prL $(PUBLIC_PATH)* $(INCLUDE_DIR) .ENDIF -.ENDIF .IF "$(GUI)"=="UNX" +chmod -R 775 $(INCCOM) |