summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:46:35 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:46:35 +0000
commit2e63ab3f1c14050793a2536221b4340dd7411221 (patch)
tree44288103d75ac44fef745ad09180a84a6a2a25bd
parent6bae0bac6941c9f02c7c4dcb08505df288210cb0 (diff)
downloadexecline-2e63ab3f1c14050793a2536221b4340dd7411221.tar.gz
execline-2e63ab3f1c14050793a2536221b4340dd7411221.tar.xz
execline-2e63ab3f1c14050793a2536221b4340dd7411221.zip
Clean up static/shared libs initialization in configure and Makefile
-rw-r--r--Makefile3
-rwxr-xr-xconfigure2
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