diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 17:09:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 17:09:06 +0000 |
commit | 6d8a9ea7225b228f05cd6bc87165579d38d1994d (patch) | |
tree | 3e536acba3c52914406f134584ff898e71ac09ec /test/string/Makefile | |
parent | 667e48352acadd4333d85a2fa9e285e3692b7e5f (diff) |
Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,
and a bit of extra cleanup in the test makefiles.
Diffstat (limited to 'test/string/Makefile')
-rw-r--r-- | test/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index 7d2a02bef..c68996812 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -73,6 +73,6 @@ testcopy_diff: testcopy testcopy_glibc clean: - rm -f *.[oa] *~ core $(TARGETS) + rm -f *.[oa] *~ core $(TARGETS) testcopy.gnu.out testcopy.out |