summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-04-04 13:15:50 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-04-04 13:15:50 +0000
commit6c4ef26bcd0ee983c46a57ba9e890cfb0950d2ae (patch)
treee0d8f0515cbbed1c532f4fd70ab5020533d96716
parent609fcea5ff92fa3fa3871649db97f27be4435563 (diff)
#98509# fixed local targets
-rw-r--r--wizards/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/util/makefile.mk b/wizards/util/makefile.mk
index 6f408c52be0f..e7e4aa06eae7 100644
--- a/wizards/util/makefile.mk
+++ b/wizards/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: kz $ $Date: 2002-01-07 10:55:24 $
+# last change: $Author: hjs $ $Date: 2002-04-04 14:15:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,7 @@ GEN_HID=TRUE
.IF "$(GUI)"=="WNT"
.IF "$(BUILD_SOSL)"==""
-all : $(SRS)$/hidother.hid ALLTAR
+ALLTAR : $(SRS)$/hidother.hid
.ENDIF
.ENDIF