浏览代码

- cosmetic tidy up of clean target

Bernhard Reutner-Fischer 15 年之前
父节点
当前提交
0b5983eaf4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libpthread/linuxthreads.old/sysdeps/sh64/Makefile.arch

+ 2 - 2
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)