author | kergoth <kergoth> | 2002-11-05 20:49:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 20:49:36 (UTC) |
commit | f8d2e3ed6d926e267bb5891f7e17ac094907a944 (patch) (side-by-side diff) | |
tree | 27cf0206b89b42e8577106a321478cac1ff77c68 /scripts | |
parent | 59320e9eca887102cd841d0f1787b74fe4a11700 (diff) | |
download | opie-f8d2e3ed6d926e267bb5891f7e17ac094907a944.zip opie-f8d2e3ed6d926e267bb5891f7e17ac094907a944.tar.gz opie-f8d2e3ed6d926e267bb5891f7e17ac094907a944.tar.bz2 |
Add libkconfig.so to the makefile dependencies for qconf, should ensure it gets built
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |