diff options
author | Oliver Specht <os@openoffice.org> | 2001-04-20 09:54:15 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-04-20 09:54:15 +0000 |
commit | 8ac9090557f499c1a79d8cbaed0d695812b6c3b2 (patch) | |
tree | 5d57c3e01b2a0bd5c44cc8aae41b1dc3f943ab55 /extensions/util | |
parent | 90eee8ba7734b96bbbc61f8e46917e54e92d108c (diff) |
#85780# generate hidother.hid
Diffstat (limited to 'extensions/util')
-rw-r--r-- | extensions/util/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extensions/util/makefile.mk b/extensions/util/makefile.mk index 584cb7893edb..6f905f3d4df8 100644 --- a/extensions/util/makefile.mk +++ b/extensions/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: fs $ $Date: 2001-03-20 16:21:52 $ +# last change: $Author: os $ $Date: 2001-04-20 10:54:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,11 +67,12 @@ GEN_HID=TRUE # --- Settings ---------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk -LDUMP=ldump2.exe +ALL: \ + ALLTAR \ + $(SRS)$/hidother.hid + .INCLUDE : target.mk |