summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 6d8249d72..55dc0955d 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -152,7 +152,7 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@
.cxx.o:
echo Compiling $<...
- @if [ `uname` = Darwin -a $< = Fl.cxx ]; then \
+ @if test `uname` = Darwin -a $< = Fl.cxx ; then \
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -x objective-c++ -c $< -o $@; \
else \
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< -o $@; \