From: Ryan Bloom Date: Thu, 30 Mar 2000 23:39:58 +0000 (+0000) Subject: Remove a trailing slash from library.mk. This slash was causing problems X-Git-Tag: APACHE_2_0_ALPHA_2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4be26106eaef7eb3238f5211fda72059ad061e;p=thirdparty%2Fapache%2Fhttpd.git Remove a trailing slash from library.mk. This slash was causing problems on non-GNU make systems PR: 20 Submitted by: Mike Abbott Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/library.mk b/build/library.mk index 6e1abeb21a9..7e4adf53316 100644 --- a/build/library.mk +++ b/build/library.mk @@ -75,4 +75,4 @@ shared: $(MAKE) 'LIBTOOL=$(SHLIBTOOL)' $(LTLIBRARY_SHARED_NAME); \ else \ $(MAKE) $(LTLIBRARY_SHARED_NAME); \ - fi; \ + fi;