mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Removed old java code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6749 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c29d3d17bb
commit
98cdacd9e5
1 changed files with 0 additions and 3 deletions
|
@ -169,9 +169,6 @@ if [ "$LIBRARY_COMBO" = nx-nx-nx-nil -a $GNUSTEP_HOST_OS = nextstep4 ]; then
|
|||
IFS=" "
|
||||
$full_appname/$appname $@
|
||||
|
||||
elif [ -d $full_appname/Java ]; then
|
||||
# It's a Java app
|
||||
$full_appname/$appname $@
|
||||
else
|
||||
# Determine if the application has a binary for this operating system
|
||||
if [ ! -d $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS ]; then
|
||||
|
|
Loading…
Reference in a new issue