diff --git a/widget/src/Makefile b/widget/src/Makefile index 1a85930d5af4..fbd33e639ed7 100644 --- a/widget/src/Makefile +++ b/widget/src/Makefile @@ -17,7 +17,11 @@ DEPTH=../.. +ifeq ($(OS_TARGET),Rhapsody) +DIRS = rhapsody +else DIRS = motif +endif include $(DEPTH)/config/config.mk