about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:48:35 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-11 23:48:35 +0000
commit21774e5e4ea4075c14aab1642e8cdf9e893c15e1 (patch)
tree6acd181a305569b64a1b5c9d9eba95285398a1c7 /Makefile
parent410f39536f859f2ec34076eaf93c2c0bb2352cd5 (diff)
downloads6-linux-utils-21774e5e4ea4075c14aab1642e8cdf9e893c15e1.tar.gz
s6-linux-utils-21774e5e4ea4075c14aab1642e8cdf9e893c15e1.tar.xz
s6-linux-utils-21774e5e4ea4075c14aab1642e8cdf9e893c15e1.zip
Clean up static/shared libs initialization in configure and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 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