Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200662 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
                     exactly the same for systems with a high time
                     exactly the same for systems with a high time
1
-- info/Makefile.am
1
++ info/Makefile.am
Lines 72-77 Link Here
72
$(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
72
$(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
73
	rm -f $(generated_sources)
73
	rm -f $(generated_sources)
74
	$(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
74
	$(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
75
	touch -r funs.h $(generated_sources)
75
76
76
# The following hack is necessary to hint make before the automatic
77
# The following hack is necessary to hint make before the automatic
77
# dependencies are built.
78
# dependencies are built.
78
-- info/Makefile.in
79
++ info/Makefile.in
Lines 741-746 Link Here
741
$(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
741
$(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
742
	rm -f $(generated_sources)
742
	rm -f $(generated_sources)
743
	$(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
743
	$(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
744
	touch -r funs.h $(generated_sources)
744
# Tell versions [3.59,3.63) of GNU make to not export all variables.
745
# Tell versions [3.59,3.63) of GNU make to not export all variables.
745
# Otherwise a system limit (for SysV at least) may be exceeded.
746
# Otherwise a system limit (for SysV at least) may be exceeded.
746
.NOEXPORT:
747
.NOEXPORT:

Return to bug 200662