mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Fixed running 'make install' without having run 'make' before
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6741 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af355e1461
commit
31b504f89b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ before-$(TARGET)-all::
|
|||
|
||||
after-$(TARGET)-all::
|
||||
|
||||
internal-objc_program-install:: internal-install-objc-dirs install-objc_program
|
||||
internal-objc_program-install:: internal-objc_program-all internal-install-objc-dirs install-objc_program
|
||||
|
||||
internal-install-objc-dirs::
|
||||
$(MKDIRS) $(OBJC_PROGRAM_INSTALLATION_DIR)
|
||||
|
|
Loading…
Reference in a new issue