summaryrefslogtreecommitdiff
path: root/basctl/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-01-04 16:50:32 +0000
committerKurt Zenker <kz@openoffice.org>2002-01-04 16:50:32 +0000
commitbe5601cd384a47710f7a5214ed97841bca37ff04 (patch)
tree3dcbffbe4db9daebf01d6c325d554bcd84994bd3 /basctl/util
parent96176d7650aa9e2cecaea7ce98d1bdc01601e031 (diff)
#96147# dependency for hidother.hid
Diffstat (limited to 'basctl/util')
-rw-r--r--basctl/util/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk
index dbb23a51f9c9..212ec0ad7ba0 100644
--- a/basctl/util/makefile.mk
+++ b/basctl/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: kz $ $Date: 2001-08-15 09:30:20 $
+# last change: $Author: kz $ $Date: 2002-01-04 17:50:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -291,13 +291,17 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo _stl_prime >> $@
.ENDIF
+ALLTAR: $(SRS)$/hidother.hid
+
+$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
+
$(SRS)$/hidother.hid: hidother.src
.IF "$(GUI)$(CPU)"!="WNTI" || "$(product)"!="full"
@echo nix
.ELSE
.IF "$(BUILD_SOSL)" == ""
@+echo NO HIDS!!!
- +-mhids hidother.src ..\$(INPATH)$/srs $(INCLUDE) hidother
+ @+-mhids hidother.src $(SRS) $(PRJNAME)
.ENDIF
.ENDIF