summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--starmath/util/makefile.mk6
-rw-r--r--sw/util/makefile.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk
index e7854bfc87d3..fcb50c7ee81b 100644
--- a/starmath/util/makefile.mk
+++ b/starmath/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2002-01-07 10:42:20 $
+# last change: $Author: kz $ $Date: 2002-01-10 09:44:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -149,7 +149,7 @@ $(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
$(SRS)$/hidother.hid: hidother.src
.IF "$(GUI)$(CPU)"=="WNTI"
.IF "$(BUILD_SOSL)"==""
- @+-mhids hidother.src $(SRS) $(PRJNAME)
+ @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
.ENDIF
.ELSE
@echo nix
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk
index 2ebc84dd7e3b..cd663ba1118e 100644
--- a/sw/util/makefile.mk
+++ b/sw/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: kz $ $Date: 2002-01-07 10:50:36 $
+# last change: $Author: kz $ $Date: 2002-01-10 09:48:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -307,7 +307,7 @@ $(SRS)$/hidother.hid: hidother.src
@+echo NO HIDS!
@+echo
+copy ..\inc\helpid.h .
- @+-mhids hidother.src $(SRS) $(PRJNAME)
+ @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
+del helpid.h
.ENDIF
.ELSE