]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-hash-in-Makefile.am.patch
- updated cvs-acl.patch
[packages/cvs.git] / cvs-hash-in-Makefile.am.patch
CommitLineData
5066adf3
AF
1--- cvs-1.11.1p1/contrib/Makefile.am.comment Thu Aug 30 17:44:49 2001
2+++ cvs-1.11.1p1/contrib/Makefile.am Thu Aug 30 17:45:39 2001
3@@ -71,9 +71,9 @@
4 CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS)
5
6 # we'd rather have a link here rather than two copies of a script
7+# FIXME - this path should be determined dynamically from bindir
8+# & contribdir
9 install-data-local:
10- # FIXME - this path should be determined dynamically from bindir
11- # & contribdir
12 @$(NORMAL_INSTALL)
13 $(mkinstalldirs) $(DESTDIR)$(bindir)
14 @list='$(bin_LINKS)'; for p in $$list; do \
15--- cvs-1.11.1p1/doc/Makefile.am.comment Thu Aug 30 17:43:38 2001
16+++ cvs-1.11.1p1/doc/Makefile.am Thu Aug 30 17:44:19 2001
17@@ -143,8 +143,8 @@
18 # don't look through VPATH for targets, but only for sources.
19 # - They should be disabled on systems without the bug and in environments
20 # where $(srcdir) = $(builddir)
21+# use cat so the time stamp gets set properly
22 CVSvn.texi: $(srcdir)/CVSvn.texi
23- # use cat so the time stamp gets set properly
24 cat $(srcdir)/CVSvn.texi >$@
25 $(srcdir)/CVSvn.texi: $(srcdir)/CVSvn.texi.in $(top_srcdir)/configure.in
26 sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/CVSvn.texi.in >$(srcdir)/CVSvn.ttexi
This page took 0.040833 seconds and 4 git commands to generate.