summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basctl/util/makefile.mk6
-rw-r--r--extensions/util/makefile.mk7
2 files changed, 6 insertions, 7 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk
index 212ec0ad7ba0..864ea84415f6 100644
--- a/basctl/util/makefile.mk
+++ b/basctl/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: kz $ $Date: 2002-01-04 17:50:32 $
+# last change: $Author: kz $ $Date: 2002-01-10 09:31:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -301,7 +301,7 @@ $(SRS)$/hidother.hid: hidother.src
.ELSE
.IF "$(BUILD_SOSL)" == ""
@+echo NO HIDS!!!
- @+-mhids hidother.src $(SRS) $(PRJNAME)
+ @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
.ENDIF
.ENDIF
diff --git a/extensions/util/makefile.mk b/extensions/util/makefile.mk
index a78f6ee40dfd..b95724dce4e5 100644
--- a/extensions/util/makefile.mk
+++ b/extensions/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: kz $ $Date: 2002-01-04 17:58:40 $
+# last change: $Author: kz $ $Date: 2002-01-10 09:35:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,5 +80,4 @@ ALLTAR : $(SRS)$/hidother.hid
$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
$(SRS)$/hidother.hid: hidother.src
- @+-mhids hidother.src $(SRS) $(PRJNAME)
-
+ @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)