mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
fixed missing bracket
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5108 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a87d1e74ec
commit
2ab90d6387
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ CONFIG_SYSTEM_LIBS = @LIBS@
|
|||
# Java configuration
|
||||
#
|
||||
JAVA_INCLUDE := @JAVA_INCLUDE@
|
||||
ifeq ($(JAVA_INCLUDE,-INONE)
|
||||
ifeq ($(JAVA_INCLUDE,-INONE))
|
||||
JAVA_INCLUDE=
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue