From 0dbb59af3de37fafaf66954e03fbfc63c045bf8b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 26 Feb 2003 22:03:16 +0000 Subject: [PATCH] -noproxy commandline option not necessary git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4407 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/java/native/Makefile | 2 +- SWIG/Examples/java/typemap/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SWIG/Examples/java/native/Makefile b/SWIG/Examples/java/native/Makefile index e8b93c0d3..72d695685 100644 --- a/SWIG/Examples/java/native/Makefile +++ b/SWIG/Examples/java/native/Makefile @@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig SRCS = TARGET = example INTERFACE = example.i -SWIGOPT = -noproxy +SWIGOPT = all:: java diff --git a/SWIG/Examples/java/typemap/Makefile b/SWIG/Examples/java/typemap/Makefile index e8b93c0d3..72d695685 100644 --- a/SWIG/Examples/java/typemap/Makefile +++ b/SWIG/Examples/java/typemap/Makefile @@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig SRCS = TARGET = example INTERFACE = example.i -SWIGOPT = -noproxy +SWIGOPT = all:: java