From 6c4ef26bcd0ee983c46a57ba9e890cfb0950d2ae Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Thu, 4 Apr 2002 13:15:50 +0000 Subject: #98509# fixed local targets --- wizards/util/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wizards/util') 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 -- cgit