summaryrefslogtreecommitdiff
path: root/extensions/util
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-11-07 14:14:09 +0000
committerGregor Hartmann <gh@openoffice.org>2002-11-07 14:14:09 +0000
commitfe7f4ccfd003e1b42a1e41beb15f303354b62e39 (patch)
treef43e491f998de9ba97bdbfba652775891a2adaf9 /extensions/util
parent8d1a11bdfe068174d996bf467e4926c1edaee23b (diff)
#104771#fix building of hid.lst
Diffstat (limited to 'extensions/util')
-rw-r--r--extensions/util/makefile.mk13
1 files changed, 9 insertions, 4 deletions
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
+