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:
Richard Frith-MacDonald 1998-11-02 09:00:27 +00:00
parent 917cb38fa8
commit e28a743c9e

View file

@ -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)