diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-10 15:22:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-10 15:22:26 +0000 |
commit | bd46fcdccdcd5f6526a18ee40ecb0690dca172fb (patch) | |
tree | 7ebc8ca8fb2aad5513cbcd352150fbb784528b40 /moz/zipped | |
parent | a6e4a2e24a7c3f1d5ceebfb63fd85d47286f3f02 (diff) |
#100000#: fix target
Diffstat (limited to 'moz/zipped')
-rw-r--r-- | moz/zipped/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk index 68b664025e94..16037e0e6d2f 100644 --- a/moz/zipped/makefile.mk +++ b/moz/zipped/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: vg $ $Date: 2003-12-17 17:05:10 $ +# last change: $Author: hr $ $Date: 2004-03-10 16:22:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,9 @@ dummy: .ELSE "$(OS)" == "MACOSX" -all: \ +.INCLUDE : target.mk + +ALLTAR: \ $(MISC)$/unpacked_$(TARGET)_inc \ $(MISC)$/unpacked_$(TARGET)_lib \ $(BIN)$/mozruntime.zip @@ -109,5 +111,4 @@ $(BIN)$/mozruntime.zip : $(OS)$(COM)$(CPU)runtime.zip .ENDIF # "$(OS)" == "MACOSX" -.INCLUDE : target.mk |