diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 11:02:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 11:02:58 +0000 |
commit | 0b9c7d56c1ba7ae3476ec18f24a0f25c94f75b1b (patch) | |
tree | b774e8371d62864a0d343538953f1ef0da90c405 /ftp/lftp/files/patch-lib-Makefile.in | |
parent | 8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e (diff) | |
download | ports-0b9c7d56c1ba7ae3476ec18f24a0f25c94f75b1b.tar.gz ports-0b9c7d56c1ba7ae3476ec18f24a0f25c94f75b1b.zip |
Notes
Diffstat (limited to 'ftp/lftp/files/patch-lib-Makefile.in')
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in index ac69c16ee15e..0c04b4c8857f 100644 --- a/ftp/lftp/files/patch-lib-Makefile.in +++ b/ftp/lftp/files/patch-lib-Makefile.in @@ -1,15 +1,15 @@ ---- lib/Makefile.in.orig 2009-05-31 16:43:31.478158732 +0000 -+++ lib/Makefile.in 2009-05-31 16:47:08.255450539 +0000 -@@ -886,8 +886,6 @@ - libgnu_la_LDFLAGS = $(AM_LDFLAGS) +--- lib/Makefile.in.orig 2009-12-21 16:27:02.000000000 +0000 ++++ lib/Makefile.in 2009-12-28 07:11:54.582266810 +0000 +@@ -1063,8 +1063,6 @@ + ARG_NONNULL_H = arg-nonnull.h GPERF = gperf - LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h + LINK_WARNING_H = link-warning.h -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -1626,31 +1624,10 @@ +@@ -1877,31 +1875,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ @@ -40,4 +40,4 @@ - fi charset.alias: config.charset - rm -f t-$@ $@ + $(AM_V_GEN)rm -f t-$@ $@ && \ |