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 /Makefile | |
parent | 056f4c89bf09b7b80b5afe037e2373a91e9f8998 (diff) | |
download | s6-portable-utils-bf8e740cf9792347bde468b424f10b2c1e0245ab.tar.xz |
Fix include order in Makefile, remove gcc warning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ it: all CC = $(error Please use ./configure first) -include package/targets.mak -include config.mak +include package/targets.mak include package/deps.mak version_m := $(basename $(version)) |