From f8d2e3ed6d926e267bb5891f7e17ac094907a944 Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 05 Nov 2002 20:49:36 +0000 Subject: Add libkconfig.so to the makefile dependencies for qconf, should ensure it gets built --- (limited to 'scripts/kconfig') diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index b60db9f..7553311 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -110,7 +110,7 @@ qconf: @echo environment variable is set to the correct location. @false else -qconf: $(qconf_OBJ) +qconf: $(qconf_OBJ) libkconfig.so $(CXX) $(LXXFLAGS) $^ -lqt -o $@ endif -- cgit v0.9.0.2