summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-01-04 17:02:53 +0000
committerKurt Zenker <kz@openoffice.org>2002-01-04 17:02:53 +0000
commit10a5d0f738078bdcd761ab91d54c993c82d8eae5 (patch)
tree9285c0541e4ce1a7d91a9ae1709b97a939f59aae /sc/util
parent151fed292a29de0fe2350bc8a93ebb43852b2ebb (diff)
#96147# dependency for hidother.hid
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk
index 61a7ab80109b..3c6b5cba69ed 100644
--- a/sc/util/makefile.mk
+++ b/sc/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2001-10-02 12:52:08 $
+# last change: $Author: kz $ $Date: 2002-01-04 18:02:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -343,11 +343,12 @@ $(MISCX)$/$(SHL1TARGET).flt:
@echo LibMain>>$@
+$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
$(SRS)$/hidother.hid: hidother.src
.IF "$(GUI)"=="WNT"
.IF "$(BUILD_SOSL)"==""
- @+-mhids hidother.src ..$/$(INPATH)$/srs sc hidother
+ @+-mhids hidother.src $(SRS) $(PRJNAME)
@+echo NO HIDS !!!!
.ENDIF
.ELSE