summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorflameeyes <flameeyes>2007-11-16 22:26:46 +0000
committerflameeyes <flameeyes>2007-11-16 22:26:46 +0000
commita81742c1711f4e54041d56f77c79f2d1ac15ef4d (patch)
tree55bf5e0f149bdeb45b7064caf2ac9ff58f1306ef /Makefile.am
parent615b485d38e688003f0cb1849f1801787a72f7fb (diff)
Fix make dist when run on $builddir != $srcdir.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a1a1c7d..0a5ea69a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.40 2007/11/16 21:49:20 flameeyes Exp $
+# $Id: Makefile.am,v 1.41 2007/11/16 22:26:46 flameeyes Exp $
#
# Copyright (C) 2003, 2004, 2006 Rocky Bernstein <rocky@panix.com>
#
@@ -122,7 +122,7 @@ if MAINTAINER_MODE
.PHONY: ChangeLog
ChangeLog:
- $(CVS2CL) -W 450 --header $(srcdir)/cvs2cl_header --utc -w -I ChangeLog --usermap $(srcdir)/cvs2cl_usermap -P
+ ( cd $(srcdir); $(CVS2CL) -W 450 --header cvs2cl_header --utc -w -I ChangeLog --usermap cvs2cl_usermap -P --stdout ) > ChangeLog
ACLOCAL_AMFLAGS=-I .