blob: 1e4fa6ede7b654161c657b1c2c4a6e52d62d05ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -urN ntp-4.1.72.orig/Makefile.am ntp-4.1.72/Makefile.am
--- ntp-4.1.72.orig/Makefile.am Wed May 1 18:53:03 2002
+++ ntp-4.1.72/Makefile.am Wed May 1 18:54:10 2002
@@ -64,10 +64,7 @@
# output to /dev/null under ancient/unique shells like the one Ultrix uses.
# We'll also get an error of srcdir or version is unwritable.
$(srcdir)/version: FRC.version
- -(bk version) >/dev/null 2>&1 && \
- cd $(srcdir) && \
- x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
- case "$$x" in '') ;; *) echo $$x > version ;; esac
+ /bin/true
dist-hook:
@find $(distdir) -type d -name CVS -print | xargs rm -rf
|