diff --git a/Makefile b/Makefile index 61e1805..bb1a2f3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ +export CC +export AR +export CFLAGS +export LDFLAGS +export TOOLS_ADDITIONAL + include config.mak #Ultrasparc64 users experiencing SIGBUS should try the following gcc options diff --git a/config.mak.in b/config.mak.in index 6c1345f..7ac6785 100644 --- a/config.mak.in +++ b/config.mak.in @@ -1,11 +1,3 @@ -export N2N_VERSION -export CC -export AR -export CFLAGS -export LDFLAGS -export LDLIBS_EXTRA -export TOOLS_ADDITIONAL - N2N_VERSION=@N2N_VERSION@ CC=@CC@ AR=@AR@