aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-16 22:21:00 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-16 22:21:00 +0000
commitcb0e511af5be326be8375a79b56776e333592725 (patch)
tree88633ad49e7d4c15aaf7af80a0b9a50bb941ddb7
parenta3d0e32a0ba131bc44da416a60910462cc984b07 (diff)
From Jeff Morriss: don't spew out the entire "if" statement as output
when doing "make svr4-package". svn path=/trunk/; revision=9300
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7041f364f8..bf0f5bc1d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.670 2003/12/16 05:07:48 guy Exp $
+# $Id: Makefile.am,v 1.671 2003/12/16 22:21:00 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -1353,7 +1353,7 @@ host_cpu=@host_cpu@
host_os=@host_os@
svr4-package: $(bin_SCRIPTS) $(lib_LTLIBRARIES)
- if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \
+ @if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \
rm -rf $(stagedir) ; \
$(MAKE) DESTDIR=$(stagedir) install; \
$(srcdir)/packaging/svr4/mkpkg \