summaryrefslogtreecommitdiff
path: root/libpthread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r--libpthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile
index fa6e0e371..28f5764a9 100644
--- a/libpthread/Makefile
+++ b/libpthread/Makefile
@@ -42,7 +42,7 @@ ar-target: $(OBJS)
install -m 644 $(LIBPTHREAD) $(TOPDIR)lib
$(OBJS): %.o : %.c
- $(TARGET_CC) $(TARGET_CFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
$(OBJ): Makefile