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 | facbf2efa0937e89903aba3ee5b08215e298cc54 (patch) | |
tree | 80d382adcd34016ed0064ddbe1eeba30fea9d135 /extensions/util/makefile.mk | |
parent | 129a1c86b52dcc0cf333b5bf1326217f37dec440 (diff) |
#85780# generate hidother.hid
Diffstat (limited to 'extensions/util/makefile.mk')
-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 584cb7893..6f905f3d4 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 |