diff --git a/contrib/samples/gizmos/Makefile.in b/contrib/samples/gizmos/Makefile.in index eddc848241..b8ea713e3b 100644 --- a/contrib/samples/gizmos/Makefile.in +++ b/contrib/samples/gizmos/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=multicell splittree +CONTRIB_SAMPLES=multicell splittree editlbox all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done