Consistent quoting in Makefile
This commit is contained in:
parent
e00a8026a6
commit
ca64b06229
20 changed files with 65 additions and 65 deletions
|
|
@ -55,5 +55,5 @@ STRIP_SRCDIR = sed -e 's|\\|/|g' -e 's|^$(SRCDIR)||'
|
|||
@exit 0
|
||||
|
||||
clean:
|
||||
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" python_clean
|
||||
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR='$(SRCDIR)' python_clean
|
||||
@rm -f *.$(ERROR_EXT) *.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue