summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-20 23:15:33 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-21 22:48:34 +0100
commitca64b0622925d549d49a5349b4177aefbfed263a (patch)
treea8c6c9bf447decf1f41601735bf43b85d04dfb3b /Examples/test-suite/octave
parente00a8026a65889716ba85f26b641d79b71b44dbe (diff)
downloadswig-ca64b0622925d549d49a5349b4177aefbfed263a.tar.gz
Consistent quoting in Makefile
Diffstat (limited to 'Examples/test-suite/octave')
-rw-r--r--Examples/test-suite/octave/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/octave/Makefile.in b/Examples/test-suite/octave/Makefile.in
index fbffd240c..be47904e2 100644
--- a/Examples/test-suite/octave/Makefile.in
+++ b/Examples/test-suite/octave/Makefile.in
@@ -68,7 +68,7 @@ run_testcase = \
@rm -f $*.m;
clean:
- $(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" octave_clean
+ $(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR='$(SRCDIR)' octave_clean
cvsignore:
@echo '*wrap* *.mc *.so *.dll *.exp *.lib'