diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:49:39 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-11 23:49:39 +0000 |
| commit | 72d9f013c4a4d47273f78b40f080b49494bab78f (patch) | |
| tree | ffc70ddcf00dd297ec0cb05acd6bc9303f740799 /Makefile | |
| parent | 2da4c96f308834570b2f62bbf3b9e0cfcffe58b8 (diff) | |
| download | s6-72d9f013c4a4d47273f78b40f080b49494bab78f.tar.gz | |
Clean up static/shared libs initialization in configure and Makefile
fd_close -> close in s6-notifywhenup
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 |
