summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-25 13:36:26 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-25 13:36:26 +0000
commit0b5983eaf4562a3e4b4a4136004a8349828eb6d9 (patch)
treea8988225f25dcee81e46dcdeef557862ccfcf98d /libpthread
parentba1303003dae2f44e5b342304925ec52b173e01e (diff)
- cosmetic tidy up of clean target
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch b/libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch
index bf57e803c..ce00f4d8e 100644
--- a/libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch
+++ b/libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch
@@ -17,7 +17,7 @@ libpthread-so-y+=$(libpthread_ARCH_OBJ:.o=.os)
libpthread-multi-y+=$(libpthread_ARCH_SRC)
-objclean-y+=libpthread_arch_objclean
+objclean-y+=libpthread_arch_clean
# We need to build as SHcompact for tas..
$(libpthread_ARCH_OBJ): %.o : %.c
@@ -26,5 +26,5 @@ $(libpthread_ARCH_OBJ): %.o : %.c
$(libpthread_ARCH_OBJ:.o=.os): %.os : %.c
$(compile.c:32media=compact)
-libpthread_arch_objclean:
+libpthread_arch_clean:
$(do_rm) $(addprefix $(libpthread_ARCH_OUT)/*., o os)