diff options
Diffstat (limited to 'sysutils/dateutils/files/patch-lib__Makefile.in')
-rw-r--r-- | sysutils/dateutils/files/patch-lib__Makefile.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/dateutils/files/patch-lib__Makefile.in b/sysutils/dateutils/files/patch-lib__Makefile.in deleted file mode 100644 index e64192b709a1..000000000000 --- a/sysutils/dateutils/files/patch-lib__Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- ./lib/Makefile.in.orig 2014-03-27 23:56:38.000000000 -0400 -+++ ./lib/Makefile.in 2014-03-27 23:57:13.000000000 -0400 -@@ -363,13 +363,6 @@ - $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } - @$(POST_INSTALL) - @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ -- for p in $$list; do \ -- if test -f $$p; then \ -- $(am__strip_dir) \ -- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ -- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ -- else :; fi; \ -- done - - uninstall-libLIBRARIES: - @$(NORMAL_UNINSTALL) |