mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed typo in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f0f934ac58
commit
7fba10e4f9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ endif
|
|||
shared-instance-java-install-dirs: $(GNUSTEP_SHARED_JAVA_INSTALLATION_DIR)
|
||||
ifneq ($(JAVA_OBJ_FILES),)
|
||||
$(ECHO_NOTHING)$(MKINSTALLDIRS) \
|
||||
$(addprefix $(GNUSTEP_SHARED_JAVA_INSTALLATION_DIR)/,$(dir $(JAVA_OBJ_FILES))$(END_ECHO)
|
||||
$(addprefix $(GNUSTEP_SHARED_JAVA_INSTALLATION_DIR)/,$(dir $(JAVA_OBJ_FILES)))$(END_ECHO)
|
||||
endif
|
||||
|
||||
$(GNUSTEP_SHARED_JAVA_INSTALLATION_DIR):
|
||||
|
|
Loading…
Reference in a new issue