From: William A. Rowe Jr Date: Fri, 16 May 2003 18:30:31 +0000 (+0000) Subject: Fix my build breakage of TRU64 (hopefully, based on Jeff's feedback.) X-Git-Tag: pre_ajp_proxy~1682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be1634a01cbd8a783092bf521bfd9e38a3d6f37;p=thirdparty%2Fapache%2Fhttpd.git Fix my build breakage of TRU64 (hopefully, based on Jeff's feedback.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index c74fe5799ed..fd7d84c6599 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,7 +92,7 @@ install-build: @echo Installing build system files @test -d $(DESTDIR)$(installbuilddir) || $(MKINSTALLDIRS) $(DESTDIR)$(installbuilddir) @cp $(top_srcdir)/build/*.mk $(DESTDIR)$(installbuilddir); \ - @cp build/*.mk $(DESTDIR)$(installbuilddir); \ + cp build/*.mk $(DESTDIR)$(installbuilddir); \ sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \ build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \ cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir);