The Cinelerra package uses the following construct in its Makefiles to create subdirectories, etc.. This works with /usr/bin/make in FC5 but not FC6. $(shell sh -c 'if ! test -d $(EXRDIR)/$(OBJDIR)\; then mkdir -p $(DIRS)\; fi' ) $(shell echo $(CFLAGS) > $(EXRDIR)/$(OBJDIR)/c_flags) $(shell echo $(OBJS) > $(EXRDIR)/$(OBJDIR)/objs) A workaround is to replace the FC6 make with the FC5 file. -- Chuck Forsberg caf@xxxxxxxx www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list