diff options
author | Fritz Elfert <felfert@to.com> | 2002-07-17 10:23:22 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-07-17 10:23:22 +0000 |
commit | 7c3fcf9330122c960e2abee7412e634cf0dae4de (patch) | |
tree | 855de7c4b5c8730425053abdbfe21b31c47b0523 | |
parent | 1b0a135c13c0503985d075714ba690c3d1772bba (diff) | |
download | plptools-7c3fcf9330122c960e2abee7412e634cf0dae4de.tar.gz plptools-7c3fcf9330122c960e2abee7412e634cf0dae4de.tar.bz2 plptools-7c3fcf9330122c960e2abee7412e634cf0dae4de.zip |
- Patch from Chris Halls for automake 1.6
-rw-r--r-- | conf/Makefile.am.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/Makefile.am.in b/conf/Makefile.am.in index 64e6cb0..6db3f96 100644 --- a/conf/Makefile.am.in +++ b/conf/Makefile.am.in @@ -43,7 +43,6 @@ dist-hook: test -f CVS/Root && conf/cvs2cl -W 1800 -S --no-wrap --prune \ --gmt -f $(distdir)/ChangeLog || \ cp -f ChangeLog $(distdir)/ChangeLog - # remove CVS from debian/ and patches/ subdirs rm -rf $(distdir)/debian/CVS $(distdir)/patches/CVS kdoc: |