]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a trailing slash from library.mk. This slash was causing problems
authorRyan Bloom <rbb@apache.org>
Thu, 30 Mar 2000 23:39:58 +0000 (23:39 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 30 Mar 2000 23:39:58 +0000 (23:39 +0000)
on non-GNU make systems
PR:  20
Submitted by: Mike Abbott <mja@sgi.com>
Reviewed by: Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84870 13f79535-47bb-0310-9956-ffa450edef68

build/library.mk

index 6e1abeb21a9d0ca7fc7b2324f0add66f6f47c9ec..7e4adf5331645a47eeb30c0231a47f8b0f4464fc 100644 (file)
@@ -75,4 +75,4 @@ shared:
                $(MAKE) 'LIBTOOL=$(SHLIBTOOL)' $(LTLIBRARY_SHARED_NAME); \
        else \
                $(MAKE) $(LTLIBRARY_SHARED_NAME); \
-       fi; \
+       fi;