mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Minor refactoring to use exported vars in subdir
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user