summaryrefslogtreecommitdiff
path: root/sc/addin
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-07-13 15:01:41 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-07-13 15:01:41 +0000
commit031922a51d01482ac34d6fb416899b05301cd552 (patch)
tree683cf79119573b38dabea12842728234590d459b /sc/addin
parentc3446f08c7b92fc6d5116c6ae53a5982ea870fa5 (diff)
removed ALL target
Diffstat (limited to 'sc/addin')
-rw-r--r--sc/addin/datefunc/makefile.mk9
-rw-r--r--sc/addin/rot13/makefile.mk8
2 files changed, 7 insertions, 10 deletions
diff --git a/sc/addin/datefunc/makefile.mk b/sc/addin/datefunc/makefile.mk
index cf7b2bf723ca..780fffa21360 100644
--- a/sc/addin/datefunc/makefile.mk
+++ b/sc/addin/datefunc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:44:46 $
+# last change: $Author: hjs $ $Date: 2001-07-13 16:01:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -101,9 +101,8 @@ SHL1STDLIBS= $(SHL1STDLIBS) comctl32.lib
# --- Targets -------------------------------------------------------
-ALL: \
- $(MISC)$/$(TARGET).lst \
- ALLTAR
+ALLTAR: $(MISC)$/$(TARGET).lst
+
.INCLUDE: target.mk
diff --git a/sc/addin/rot13/makefile.mk b/sc/addin/rot13/makefile.mk
index 334e94cbb2d0..9cd57846629d 100644
--- a/sc/addin/rot13/makefile.mk
+++ b/sc/addin/rot13/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:44:46 $
+# last change: $Author: hjs $ $Date: 2001-07-13 16:01:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -99,9 +99,7 @@ SHL1STDLIBS= $(SHL1STDLIBS) comctl32.lib
# --- Targets -------------------------------------------------------
-ALL: \
- $(MISC)$/rot.lst \
- ALLTAR
+ALLTAR: $(MISC)$/rot.lst
.INCLUDE: target.mk