From cbafe200007ec184cfcd8d572363bb315ce74979 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 10 May 2023 17:07:21 +0100 Subject: [PATCH] Minor refactoring to use exported vars in subdir --- Makefile | 6 ++++++ config.mak.in | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) 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@