mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
PR: 222341 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: tijl (maintainer timeout)
47 lines
1.5 KiB
Text
47 lines
1.5 KiB
Text
--- Makefile.in.orig 2017-06-18 17:35:04 UTC
|
|
+++ Makefile.in
|
|
@@ -211,8 +211,7 @@ am__v_texidevnull_ = $(am__v_texidevnull
|
|
am__v_texidevnull_0 = > /dev/null
|
|
am__v_texidevnull_1 =
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
|
-INFO_DEPS = $(srcdir)/doc/automake.info \
|
|
- $(srcdir)/doc/automake-history.info
|
|
+INFO_DEPS = $(srcdir)/doc/automake.info
|
|
TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
|
|
am__TEXINFO_TEX_DIR = $(top_srcdir)/lib
|
|
DVIS = doc/automake.dvi doc/automake-history.dvi
|
|
@@ -697,7 +696,7 @@ aclocal_in = $(srcdir)/bin/aclocal.in
|
|
automake_script = bin/automake
|
|
aclocal_script = bin/aclocal
|
|
AUTOMAKESOURCES = $(automake_in) $(aclocal_in)
|
|
-info_TEXINFOS = doc/automake.texi doc/automake-history.texi
|
|
+info_TEXINFOS = doc/automake.texi
|
|
doc_automake_TEXINFOS = doc/fdl.texi
|
|
doc_automake_history_TEXINFOS = doc/fdl.texi
|
|
man1_MANS = \
|
|
@@ -730,7 +729,7 @@ amhello_configury = \
|
|
missing \
|
|
src/Makefile.in
|
|
|
|
-dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz
|
|
+dist_doc_DATA =
|
|
setup_autotools_paths = { \
|
|
$(extend_PATH) \
|
|
&& ACLOCAL=aclocal-$(APIVERSION) && export ACLOCAL \
|
|
@@ -866,7 +865,7 @@ dist_automake_ac_DATA = \
|
|
m4/upc.m4 \
|
|
m4/vala.m4
|
|
|
|
-dist_system_ac_DATA = m4/acdir/README
|
|
+dist_system_ac_DATA =
|
|
automake_internal_acdir = $(automake_acdir)/internal
|
|
dist_automake_internal_ac_DATA = m4/internal/ac-config-macro-dirs.m4
|
|
|
|
@@ -3456,7 +3455,6 @@ install-dvi-am: $(DVIS)
|
|
done
|
|
install-exec-am: install-binSCRIPTS
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
install-html: install-html-am
|
|
|
|
install-html-am: $(HTMLS)
|