From 52d3798d5361b05f440d915039a5d6362e1ea153 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Thu, 31 May 2007 15:55:46 +0000 Subject: use make install-strip for the real install. --- app/xdm/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/xdm/Makefile.bsd-wrapper') diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index 195399b4b..30e2031a2 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2007/05/28 17:36:57 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2007/05/31 15:55:45 matthieu Exp $ .include XDMCONFIGDIR=/etc/X11/xdm @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --enable-privsep \ # avoid clobbering installed config files realinstall: - exec ${MAKE} ${_lt_libs} install \ + exec ${MAKE} ${_lt_libs} install-strip \ dist_xdmconfigDATA_INSTALL=: \ dist_xdmscriptSCRIPT_INSTALL=: \ xdmscriptSCRIPT_INSTALL=: \ -- cgit v1.2.3