summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
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)