adding a keymap_files target

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-02-14 16:38:34 +00:00
parent 4efb3cc0f4
commit 1c2b377163

View File

@ -1,5 +1,8 @@
SubDir OBOS_TOP src apps bin keymap ;
NotFile keymap_files ;
Depends files : keymap_files ;
BinCommand keymap :
key_map.cpp
Keymap.cpp
@ -17,7 +20,7 @@ rule MkKeymapComp
SEARCH on $(source) = $(SEARCH_SOURCE) ;
MakeLocate $(binary) : [ FDirName $(OBOS_ETC_DIR) Keymap ] ;
LocalDepends files : $(binary) ;
LocalDepends keymap_files : $(binary) ;
Depends $(binary) : $(source) keymap ;
MkKeymapComp1 $(binary) : keymap $(source) ;
LocalClean clean : $(binary) ;