A normal "make" run on imake builds will not descend into utils/conntest/ any more. However, "xmkmf -a" still creates utils/conntest/Makefile from the Imakefile, so the user can "cd utils/conntest && make" to build rhd_conntest. --- Imakefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Imakefile b/Imakefile index 07d97e0..5cf506f 100644 --- a/Imakefile +++ b/Imakefile @@ -3,6 +3,7 @@ #define IHaveSubdirs SUBDIRS = src man utils/conntest +DEFAULT_BUILD_SUBDIRS = src man -MakeSubdirs($(SUBDIRS)) -ForceSubdirs($(SUBDIRS)) +MakeSubdirs($(DEFAULT_BUILD_SUBDIRS)) +ForceSubdirs($(DEFAULT_BUILD_SUBDIRS)) -- 1.5.3.4 -- To unsubscribe, e-mail: radeonhd+unsubscribe@opensuse.org For additional commands, e-mail: radeonhd+help@opensuse.org