summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-12-07 21:52:11 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-12-07 21:52:11 +0000
commit43f16de4dea0ca3589fe2088f1aa9ca2edd1b354 (patch)
tree27a37790759fb39f0f918b13e525a116104984f6 /makeinclude.in
parent14d7deb1fd4ca46e9b0ebc41759643b8fcaa52f0 (diff)
Removed [] expression from configure.in
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 $@; \