From a00394fd7d4c8536e075b08bb55d38376d044bb9 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Fri, 8 Jul 2016 11:55:32 +0200 Subject: [PATCH] link depgen.x with LDLIBS --- config/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/module.mk b/config/module.mk index 2d9eace4d..ba902449a 100644 --- a/config/module.mk +++ b/config/module.mk @@ -74,6 +74,6 @@ clean:: clean-$(MODNAME) distclean:: distclean-$(MODNAME) $(DEPGEN_EXE): $(DEPGEN_OBJ) - $(CXX) -o $@ $^ + $(CXX) -o $@ $^ $(LDLIBS) ALLEXE += $(DEPGEN_EXE)