diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 09:59:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 09:59:04 +0000 |
commit | 560dfa7e5be3f467f56696cb7cf3519c0a09497c (patch) | |
tree | ca764ac65d79c27449bbff00cc01dc209d0f78bd /officecfg/util | |
parent | abc2e2166b06e5dfd7abfb0c93f15d65822a7412 (diff) |
INTEGRATION: CWS ooo20040815 (1.2.80); FILE MERGED
2004/08/04 11:58:42 haggai 1.2.80.1: #i32565# Correct zip file name to remove when rebuilding
Diffstat (limited to 'officecfg/util')
-rw-r--r-- | officecfg/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/util/makefile.mk b/officecfg/util/makefile.mk index 52d64b3a4d5a..a80506ae95d6 100644 --- a/officecfg/util/makefile.mk +++ b/officecfg/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2004-06-25 15:33:58 $ +# last change: $Author: hr $ $Date: 2004-09-09 10:59:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,7 @@ TARGET=util # --- Targets ------------------------------------------------------ $(MISC)$/$(TARGET)_delzip : - +-$(RM) $(BIN)$/registry{$(alllangiso)}.zip + +-$(RM) $(BIN)$/registry_{$(alllangiso)}.zip +-$(RM) $(COMMON_OUTPUT)$/bin$/registry_{$(alllangiso)}.zip $(BIN)$/registry_{$(alllangiso)}.zip : $(MISC)$/$(TARGET)_delzip |