diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:47:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:47:46 +0000 |
commit | 5ce5295ffa6da16fa36714ec3232c596d616f96a (patch) | |
tree | 65688c3be2d4a3e683b97b26eb3f0ea9b3c5416c /Makefile | |
parent | 9f25d4ec4eb156f25ff909f7b0d8264749050eb4 (diff) | |
download | s6-portable-utils-5ce5295ffa6da16fa36714ec3232c596d616f96a.tar.xz |
Clean up static/shared libs initialization in configure and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 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 |