summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 894977fa..d79e7de6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,9 @@ LDFLAGS+=-L. -L/sw/lib
PACKAGE=newsbeuter
+ifneq (distclean, $(MAKECMDGOALS))
include config.mk
+endif
LIB_SOURCES:=$(shell cat libbeuter.deps)
LIB_OBJS:=$(patsubst %.cpp,%.o,$(LIB_SOURCES))