[jhbuild] quote wildcards so they are not expanded before execution
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] quote wildcards so they are not expanded before execution
- Date: Wed, 29 Apr 2009 03:55:38 -0400 (EDT)
commit d705c2260292b0c05e1dabf84310f90d2eaf38f1
Author: Frederic Peters <fpeters 0d be>
Date: Wed Apr 29 09:43:44 2009 +0200
quote wildcards so they are not expanded before execution
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 32645ae..441f9ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ endif
PATCHES = $(wildcard $(top_srcdir)/patches/*.patch)
-SOURCES = $(shell find $(top_srcdir)/jhbuild/ -name *.py -or -name *.glade) jhbuild/defaults.jhbuildrc
+SOURCES = $(shell find $(top_srcdir)/jhbuild/ -name '*.py' -or -name '*.glade') jhbuild/defaults.jhbuildrc
MODULE_SETS = $(wildcard $(top_srcdir)/modulesets/*.modules) modulesets/moduleset.dtd
INTLTOOL = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]