summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-21 20:05:10 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-21 20:05:10 +0000
commit6ac3e801408c3d947b7b9a093a6e733c87f1c29b (patch)
tree22c05a1ad17244bdf9a4b8030a5e14d31560ea5b /examples
parent2610016828ec7d2378850f435fa9e3ecfce34e73 (diff)
downloadpygtk-6ac3e801408c3d947b7b9a093a6e733c87f1c29b.tar.gz
quiet!
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d06dd6bb..8805ad43 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -5,11 +5,11 @@ demoimgdir = $(demodir)/images
bin_SCRIPTS = pygtk-demo/pygtk-demo
pygtk-demo/pygtk-demo: pygtk-demo/pygtk-demo.in
- -mkdir pygtk-demo
- sed -e s!\@PYTHON\@!@PYTHON@! \
- -e s!\@libdir\@!@libdir@! \
+ @mkdir -p pygtk-demo
+ @sed -e s!\@PYTHON\@!@PYTHON@! \
+ -e s!\@libdir\@!@libdir@! \
< $< > $@
- chmod a+x $@
+ @chmod a+x $@
CLEANFILES = pygtk-demo/pygtk-demo