summaryrefslogtreecommitdiff
path: root/libc/misc/ttyent/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/ttyent/Makefile.in')
-rw-r--r--libc/misc/ttyent/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/misc/ttyent/Makefile.in b/libc/misc/ttyent/Makefile.in
index 288a4c09b..d20f7adbc 100644
--- a/libc/misc/ttyent/Makefile.in
+++ b/libc/misc/ttyent/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.
#
@@ -15,7 +15,7 @@ MISC_TTYENT_OBJ := $(patsubst %.c,$(MISC_TTYENT_OUT)/%.o,$(CSRC))
libc-y += $(MISC_TTYENT_OBJ)
-objclean-y += misc_ttyent_objclean
+objclean-y += misc_ttyent_clean
-misc_ttyent_objclean:
- $(RM) $(MISC_TTYENT_OUT)/*.{o,os}
+misc_ttyent_clean:
+ $(do_rm) $(addprefix $(MISC_TTYENT_OUT)/*., o os)