diff options
| author | Manolo Gouy <Manolo> | 2010-12-17 15:06:25 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-17 15:06:25 +0000 |
| commit | b211421bc4c9934618ec7e5ab4e2c16167b79e1f (patch) | |
| tree | 41cf7c685d8b2c7e1755a31c63253ac20de29459 | |
| parent | d4fa5481d6452bad5047a74926ee13e8cbdbbddc (diff) | |
Removed [] expression.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8051 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 924d8f8cf..0097b6a16 100644 --- a/src/Makefile +++ b/src/Makefile @@ -220,10 +220,7 @@ UTF8CFILES = \ 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) |
