mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
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:
parent
2ffa05ed0c
commit
cedf8338f4
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ else # second pass
|
||||||
before-$(TARGET)-all \
|
before-$(TARGET)-all \
|
||||||
after-$(TARGET)-all \
|
after-$(TARGET)-all \
|
||||||
internal-install-java_tool-dirs \
|
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
|
# 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/.
|
# directory they will get installed in $(GNUSTEP_LOCAL_ROOT)/Tools/Java/.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue