Author: manolo Date: 2010-12-17 07:06:25 -0800 (Fri, 17 Dec 2010) New Revision: 8051 Log: Removed [] expression.
Modified: branches/branch-1.3/src/Makefile Modified: branches/branch-1.3/src/Makefile =================================================================== --- branches/branch-1.3/src/Makefile 2010-12-17 13:02:14 UTC (rev 8050) +++ branches/branch-1.3/src/Makefile 2010-12-17 15:06:25 UTC (rev 8051) @@ -220,11 +220,8 @@ include ../makeinclude -MMFILES = $(shell \ - if [ $(USEMMFILES) = Yes ]; then echo $(OBJCPPFILES);\ - fi) +MMFILES = $(shell if test $(USEMMFILES) = Yes; then echo $(OBJCPPFILES); fi) - OBJECTS = $(MMFILES:.mm=.o) $(CPPFILES:.cxx=.o) $(CFILES:.c=.o) $(UTF8CFILES:.c=.o) GLOBJECTS = $(GLCPPFILES:.cxx=.o) FLOBJECTS = $(FLCPPFILES:.cxx=.o) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
