From fe7f4ccfd003e1b42a1e41beb15f303354b62e39 Mon Sep 17 00:00:00 2001 From: Gregor Hartmann Date: Thu, 7 Nov 2002 14:14:09 +0000 Subject: #104771#fix building of hid.lst --- extensions/util/makefile.mk | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'extensions/util') diff --git a/extensions/util/makefile.mk b/extensions/util/makefile.mk index b95724dce4e5..0b74cdb52137 100644 --- a/extensions/util/makefile.mk +++ b/extensions/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2002-01-10 09:35:42 $ +# last change: $Author: gh $ $Date: 2002-11-07 15:14:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,10 +74,15 @@ GEN_HID=TRUE .IF "$(GUI)$(CPU)"=="WNTI" .IF "$(BUILD_SOSL)"=="" ALLTAR : $(SRS)$/hidother.hid -.ENDIF -.ENDIF $(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid $(SRS)$/hidother.hid: hidother.src @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE) + +$(MISC)$/$(PRJNAME).hid : buildmealways +buildmealways: + @+echo >& $(NULLDEV) +.ENDIF +.ENDIF + -- cgit