diff options
author | Gregor Hartmann <gh@openoffice.org> | 2002-11-07 14:14:09 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2002-11-07 14:14:09 +0000 |
commit | 79bb4c7893f751dcf279990c2edca1db7db27879 (patch) | |
tree | b526bb2690d3cefcfa6cff43b17498d732350daa /extensions/util/makefile.mk | |
parent | a2162261e82f916ab607b58ac5c91ac5ffb402e5 (diff) |
#104771#fix building of hid.lst
Diffstat (limited to 'extensions/util/makefile.mk')
-rw-r--r-- | extensions/util/makefile.mk | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/extensions/util/makefile.mk b/extensions/util/makefile.mk index b95724dce..0b74cdb52 100644 --- a/extensions/util/makefile.mk +++ b/extensions/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2002-01-10 09:35:42 $ +# last change: $Author: gh $ $Date: 2002-11-07 15:14:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,10 +74,15 @@ GEN_HID=TRUE .IF "$(GUI)$(CPU)"=="WNTI" .IF "$(BUILD_SOSL)"=="" ALLTAR : $(SRS)$/hidother.hid -.ENDIF -.ENDIF $(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid $(SRS)$/hidother.hid: hidother.src @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE) + +$(MISC)$/$(PRJNAME).hid : buildmealways +buildmealways: + @+echo >& $(NULLDEV) +.ENDIF +.ENDIF + |