epm (4.1-3) Makefile.in

Summary

 Makefile.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

--- epm-4.1.orig/Makefile.in
+++ epm-4.1/Makefile.in
@@ -68,7 +68,7 @@
 # Rules...
 #
 
-.SILENT:
+# .SILENT:
 
 .SUFFIXES:	.c .cxx .h .o
 .c.o:
@@ -182,8 +182,8 @@
 	$(CP) $(srcdir)/doc/setup.types.man $(mandir)/man5/setup.types.5
 	echo Installing EPM documentation in $(docdir)
 	-$(MKDIR) $(docdir)
-	$(RM) $(docdir)/COPYING
-	$(CP) $(srcdir)/COPYING $(docdir)
+	# $(RM) $(docdir)/COPYING
+	# $(CP) $(srcdir)/COPYING $(docdir)
 	$(RM) $(docdir)/README
 	$(CP) $(srcdir)/README $(docdir)
 	$(RM) $(docdir)/epm-book.html