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/stdlib/Makefile | |
parent | 667e48352acadd4333d85a2fa9e285e3692b7e5f (diff) | |
download | uClibc-alpine-6d8a9ea7225b228f05cd6bc87165579d38d1994d.tar.bz2 uClibc-alpine-6d8a9ea7225b228f05cd6bc87165579d38d1994d.tar.xz |
Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,
and a bit of extra cleanup in the test makefiles.
Diffstat (limited to 'test/stdlib/Makefile')
-rw-r--r-- | test/stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |