From 5ce5295ffa6da16fa36714ec3232c596d616f96a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 11 Jan 2015 23:47:46 +0000 Subject: Clean up static/shared libs initialization in configure and Makefile --- Makefile | 3 +++ configure | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46f8376..cdd3415 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ it: all CC = $(error Please use ./configure first) +STATIC_LIBS := +SHARED_LIBS := + -include config.mak include package/targets.mak include package/deps.mak diff --git a/configure b/configure index d2ff997..056061c 100755 --- a/configure +++ b/configure @@ -361,8 +361,6 @@ if $allstatic ; then vpathd= fi echo "vpath lib%.so$vpathd" -echo "STATIC_LIBS :=" -echo "SHARED_LIBS :=" if $static ; then echo "DO_STATIC := 1" else -- cgit v1.2.3