diff options
Diffstat (limited to 'lib/ext/Makefile.am')
-rw-r--r-- | lib/ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am index e34518c8..88a30ae3 100644 --- a/lib/ext/Makefile.am +++ b/lib/ext/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = DIST_SUBDIRS = wocky all-local: - cd wocky && $(MAKE) + @cd wocky && $(MAKE) clean-local: if test -e wocky/Makefile ; then \ |