diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-15 23:48:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-15 23:48:32 +0000 |
commit | bf8e740cf9792347bde468b424f10b2c1e0245ab (patch) | |
tree | b328bca14831298429af1d63ab56fd4687ff6181 /package | |
parent | 056f4c89bf09b7b80b5afe037e2373a91e9f8998 (diff) | |
download | s6-portable-utils-bf8e740cf9792347bde468b424f10b2c1e0245ab.tar.xz |
Fix include order in Makefile, remove gcc warning
Diffstat (limited to 'package')
-rw-r--r-- | package/targets.mak | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/targets.mak b/package/targets.mak index 256c88a..e811c1f 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -1,4 +1,4 @@ -BIN_TARGETS = \ +BIN_TARGETS := \ s6-basename \ s6-cat \ s6-chmod \ @@ -39,7 +39,5 @@ s6-unquote \ s6-unquote-filter \ s6-update-symlinks -SBIN_TARGETS = -LIBEXEC_TARGETS = -SHARED_LIBS = -STATIC_LIBS = +SBIN_TARGETS := +LIBEXEC_TARGETS := |