[Python-checkins] r87936 - python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.in

stefan.krah python-checkins at python.org
Tue Jan 11 17:56:28 CET 2011


Author: stefan.krah
Date: Tue Jan 11 17:56:28 2011
New Revision: 87936

Log:
Copy with permissions of the install user.

Modified:
   python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.in

Modified: python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.in
==============================================================================
--- python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.in	(original)
+++ python/branches/py3k-cdecimal/Lib/test/mpdecimal/Makefile.in	Tue Jan 11 17:56:28 2011
@@ -201,7 +201,7 @@
 
 check: $(LIBSTATIC) FORCE
 	cd tests && $(MAKE) "CFLAGS=$(CFLAGS)" "LDFLAGS=$(LDFLAGS)" && ./runshort.sh
- 
+
 extended:\
 Makefile $(LIBSTATIC)
 	cd tests && $(MAKE) extended
@@ -243,7 +243,7 @@
 install: FORCE
 	mkdir -p $(DESTDIR)$(includedir) && cp mpdecimal.h $(DESTDIR)$(includedir)
 	mkdir -p $(DESTDIR)$(libdir) && cp $(LIBSTATIC) $(LIBSHARED) $(DESTDIR)$(libdir)
-	mkdir -p $(DESTDIR)$(docdir) && cp -Rp doc/* $(DESTDIR)$(docdir)
+	mkdir -p $(DESTDIR)$(docdir) && cp -R doc/* $(DESTDIR)$(docdir)
 
 clean: FORCE
 	rm -f *.o *.so *.gch *.gcda *.gcno *.gcov *.dyn *.dpi *.lock \


More information about the Python-checkins mailing list