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 | |
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')
-rw-r--r-- | test/stdlib/Makefile | 2 | ||||
-rw-r--r-- | test/string/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 86c9e88df..3d9666865 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -121,6 +121,6 @@ teststrtol_diff: teststrtol_glibc teststrtol -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + rm -f *.[oa] *~ core $(TARGETS) teststrtol_glibc.out teststrtol.out 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 |