diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-04 13:15:50 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-04 13:15:50 +0000 |
commit | 6c4ef26bcd0ee983c46a57ba9e890cfb0950d2ae (patch) | |
tree | e0d8f0515cbbed1c532f4fd70ab5020533d96716 /wizards/util | |
parent | 609fcea5ff92fa3fa3871649db97f27be4435563 (diff) |
#98509# fixed local targets
Diffstat (limited to 'wizards/util')
-rw-r--r-- | wizards/util/makefile.mk | 6 |
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 |