diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-15 16:11:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-15 16:11:41 +0000 |
commit | 07cb5b4b7d0dc5de35b13f3ad4e774bfe3ed6b17 (patch) | |
tree | 5eb87e315aa1383eb4f0b2363d40a2b63bbc9f6a | |
parent | 2a2d8eaf10d8013ae692508a6afbda6cd0f3d267 (diff) | |
download | coreutils-07cb5b4b7d0dc5de35b13f3ad4e774bfe3ed6b17.tar.xz |
*** empty log message ***
-rw-r--r-- | tests/general/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index cd4380727..67f95d585 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in. ## Makefile for Autoconf testsuite. -## Copyright 2000 Free Software Foundation, Inc. +## Copyright 2000, 2003 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ check-local: atconfig testsuite: $(SUITE) atgeneral.m4 $(M4) -I $(srcdir) atgeneral.m4 suite.at > $@-t1 - sed 's/[ ]*$$//;/^$$/N;/\n$$/D' $@-t1 > $@-tmp + sed 's/[ ]*$$//;/^$$/N;/\n$$/D' $@-t1 > $@-tmp rm -f $@-t1 chmod +x $@-tmp mv $@-tmp $@ |