Consistent quoting in Makefile

This commit is contained in:
William S Fulton 2015-08-20 23:15:33 +01:00
commit ca64b06229
20 changed files with 65 additions and 65 deletions

View file

@ -48,4 +48,4 @@ run_testcase = \
@exit 0
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" uffi_clean
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR='$(SRCDIR)' uffi_clean