diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:50:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:50:12 +0000 |
commit | 048991191294468f4ca5f316631c9b6595fdcc92 (patch) | |
tree | a7525539a21f1b5da6cea629ad481c183d390738 | |
parent | b7993061504e14582236d048d0dc4ec65cba8085 (diff) | |
download | s6-dns-048991191294468f4ca5f316631c9b6595fdcc92.tar.xz |
Clean up static/shared libs initialization in configure and Makefile
-rw-r--r-- | Makefile | 3 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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 |