mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Force some rebuilds for changes in include files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3150 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
917cb38fa8
commit
e28a743c9e
1 changed files with 12 additions and 0 deletions
|
@ -185,6 +185,18 @@ include/o_list.h: include/o_list_bas.h include/o_list_cbs.h include/o_array.h in
|
|||
o_map.o: o_map.m include/o_map.h
|
||||
include/o_map.h: include/o_map_bas.h include/o_map_cbs.h include/o_hash.h
|
||||
|
||||
#
|
||||
# Files that include mframe.h will need a rebuild if it is changed.
|
||||
#
|
||||
mframe.m NSConnection.m NSInvocation.m NSMethodSignature.m NSObjCRuntime.m : include/mframe.h
|
||||
touch $@
|
||||
|
||||
#
|
||||
# Files that include Fastmap.x will need a rebuild if it is changed.
|
||||
#
|
||||
NSArchiver.m NSGCountedSet.m NSGDictionary.m NSGSet.m : FastMap.x
|
||||
touch $@
|
||||
|
||||
TAGS: $(DIST_FILES)
|
||||
etags $(DIST_FILES)
|
||||
|
||||
|
|
Loading…
Reference in a new issue