Skip to content

Commit

Permalink
Minor refactoring to use exported vars in subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed May 10, 2023
1 parent 48c377b commit cbafe20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
8 changes: 0 additions & 8 deletions 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@
Expand Down

0 comments on commit cbafe20

Please sign in to comment.