]> granicus.if.org Git - apache/commitdiff
If the src/apachecore.dll and src/apachecore.x files exist, copy them to the
authorGreg Ames <gregames@apache.org>
Tue, 29 Aug 2000 15:59:59 +0000 (15:59 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 29 Aug 2000 15:59:59 +0000 (15:59 +0000)
install bin directory during "make install".  Used for OS/390 dso builds.

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

Makefile.in

index a32c181b6fd22c1207f508c6a46b2a9450bd6e1c..b3375433ad43a54b973deb97a0c935262320038e 100644 (file)
@@ -78,6 +78,12 @@ install-support:
 
 install-other:
        @test -d $(logdir) || $(MKINSTALLDIRS) $(logdir)
+       @for ext in dll x; do \
+               file=apachecore.$$ext; \
+               if test -f $$file; then \
+                       cp -p $$file $(bindir); \
+               fi; \
+       done;
 
 install-include:
        @echo Installing header files