Added missing _FORCE in the .PHONY targets

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10379 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-10 09:09:06 +00:00
parent 2ffa05ed0c
commit cedf8338f4

View file

@ -62,7 +62,8 @@ else # second pass
before-$(TARGET)-all \
after-$(TARGET)-all \
internal-install-java_tool-dirs \
install-java_tool
install-java_tool \
_FORCE
# This is the directory where the tools get installed. If you don't specify a
# directory they will get installed in $(GNUSTEP_LOCAL_ROOT)/Tools/Java/.