From: Artur Frysiak Date: Thu, 30 Aug 2001 15:50:54 +0000 (+0000) Subject: fix unportable usage of # X-Git-Tag: cvs-1_11_1p1-5 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fcvs-1_11_1p1-5;p=packages%2Fcvs.git fix unportable usage of # Changed files: cvs-hash-in-Makefile.am.patch -> 1.1 --- diff --git a/cvs-hash-in-Makefile.am.patch b/cvs-hash-in-Makefile.am.patch new file mode 100644 index 0000000..7aebe83 --- /dev/null +++ b/cvs-hash-in-Makefile.am.patch @@ -0,0 +1,26 @@ +--- cvs-1.11.1p1/contrib/Makefile.am.comment Thu Aug 30 17:44:49 2001 ++++ cvs-1.11.1p1/contrib/Makefile.am Thu Aug 30 17:45:39 2001 +@@ -71,9 +71,9 @@ + CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS) + + # we'd rather have a link here rather than two copies of a script ++# FIXME - this path should be determined dynamically from bindir ++# & contribdir + install-data-local: +- # FIXME - this path should be determined dynamically from bindir +- # & contribdir + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_LINKS)'; for p in $$list; do \ +--- cvs-1.11.1p1/doc/Makefile.am.comment Thu Aug 30 17:43:38 2001 ++++ cvs-1.11.1p1/doc/Makefile.am Thu Aug 30 17:44:19 2001 +@@ -143,8 +143,8 @@ + # don't look through VPATH for targets, but only for sources. + # - They should be disabled on systems without the bug and in environments + # where $(srcdir) = $(builddir) ++# use cat so the time stamp gets set properly + CVSvn.texi: $(srcdir)/CVSvn.texi +- # use cat so the time stamp gets set properly + cat $(srcdir)/CVSvn.texi >$@ + $(srcdir)/CVSvn.texi: $(srcdir)/CVSvn.texi.in $(top_srcdir)/configure.in + sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/CVSvn.texi.in >$(srcdir)/CVSvn.ttexi