summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 23:13:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 23:13:31 +0000
commitadbdf542815ce424fe647de1899147a37dd8b136 (patch)
tree1a447bfc02a58143aa13fe1de62a04c292d4e278 /Makefile
parentc25ebf65eb5ba92ef0f0cdca1e63433e937b96bd (diff)
downloads6-linux-utils-adbdf542815ce424fe647de1899147a37dd8b136.tar.xz
Align to other packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b9eb4ea..d80ba55 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ CC = $(error Please use ./configure first)
STATIC_LIBS :=
SHARED_LIBS :=
+INTERNAL_LIBS :=
-include config.mak
include package/targets.mak
@@ -32,7 +33,7 @@ STRIP := $(CROSS_COMPILE)strip
INSTALL := ./tools/install.sh
ALL_BINS := $(LIBEXEC_TARGETS) $(BIN_TARGETS) $(SBIN_TARGETS)
-ALL_LIBS := $(SHARED_LIBS) $(STATIC_LIBS)
+ALL_LIBS := $(SHARED_LIBS) $(STATIC_LIBS) $(INTERNAL_LIBS)
ALL_INCLUDES := $(wildcard src/include/$(package)/*.h)
all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES)
@@ -122,5 +123,3 @@ lib%.so:
.PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-sbin install-lib install-include
.DELETE_ON_ERROR:
-
-.NOTPARALLEL: