summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:45:56 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:45:56 +0000
commit051f0f15b39cfaa198e833dd6b6f1bd7c69ec4eb (patch)
tree0ba529a44031d3a78951634cb379505fb744d342
parente20ece7d7484a7dbf5c350863e56c5dbb641f04b (diff)
downloads6-portable-utils-051f0f15b39cfaa198e833dd6b6f1bd7c69ec4eb.tar.xz
Revert .NOTPARALLEL and push real fixv2.0.1.0
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d80ba55..c602cad 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ CC = $(error Please use ./configure first)
STATIC_LIBS :=
SHARED_LIBS :=
INTERNAL_LIBS :=
+EXTRA_TARGETS :=
-include config.mak
include package/targets.mak
@@ -39,7 +40,7 @@ ALL_INCLUDES := $(wildcard src/include/$(package)/*.h)
all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES)
clean:
- @exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo)
+ @exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo) $(EXTRA_TARGETS)
distclean: clean
@exec rm -f config.mak src/include/${package}/config.h