summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-05-13 05:33:39 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-05-13 05:33:39 +0000
commit0aea78d19c97d9302ba74c40adf393437b85e714 (patch)
tree7fdf66be828374486c26f86ddd24c18879a63a9e /Makefile.in
parent62a6e2245ef52c3fd075247f773bd4b2f941bb4a (diff)
downloadlibapr-0aea78d19c97d9302ba74c40adf393437b85e714.tar.gz
Add -p option to the cp command for includes. (install-include in
httpd-2.0 has the -p option.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a8411293d..df7ea01ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,10 +62,10 @@ install: $(TARGET_LIB)
if [ ! -d $(includedir) ]; then \
$(top_srcdir)/build/mkdir.sh $(includedir); \
fi;
- cp $(top_srcdir)/include/*.h $(includedir);
+ cp -p $(top_srcdir)/include/*.h $(includedir);
if test -n "$(top_blddir)"; then \
- cp $(top_blddir)/include/*.h $(includedir); \
+ cp -p $(top_blddir)/include/*.h $(includedir); \
fi;
if [ ! -d $(libdir) ]; then \
$(top_srcdir)/build/mkdir.sh $(libdir); \