diff options
-rw-r--r-- | sfx2/util/makefile.mk | 6 | ||||
-rw-r--r-- | svx/util/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 1a0f82b98384..62c98c757f72 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: kz $ $Date: 2001-12-19 15:35:52 $ +# last change: $Author: kz $ $Date: 2002-01-10 09:43:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -251,7 +251,7 @@ $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)$(CPU)"=="WNTI" .IF "$(BUILD_SOSL)"=="" @+echo no hids - @+-mhids hidother.src ..\$(INPATH)$/srs sfx2 hidother + @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE) .ENDIF .ELSE @echo nix diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 256cd7105286..04580ca3fe8b 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2002-01-07 10:48:03 $ +# last change: $Author: kz $ $Date: 2002-01-10 09:46:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -625,7 +625,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 |