summaryrefslogtreecommitdiff
path: root/libcrypt/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libcrypt/Makefile.in')
-rw-r--r--libcrypt/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrypt/Makefile.in b/libcrypt/Makefile.in
index a74e4ec0c..f394c413e 100644
--- a/libcrypt/Makefile.in
+++ b/libcrypt/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for uClibc
#
-# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
@@ -65,4 +65,4 @@ $(top_builddir)lib/libcrypt.a: $(libcrypt-a-y)
$(do_ar)
libcrypt_clean:
- $(RM) $(libcrypt_OUT)/*.{o,os,oS,a}
+ $(do_rm) $(addprefix $(libcrypt_OUT)/*., o os oS a)