summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/pthread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/pthread/Makefile')
-rw-r--r--apps/examples/elf/tests/pthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/pthread/Makefile b/apps/examples/elf/tests/pthread/Makefile
index fae6144c2..8db290e6e 100644
--- a/apps/examples/elf/tests/pthread/Makefile
+++ b/apps/examples/elf/tests/pthread/Makefile
@@ -39,7 +39,7 @@
BIN = pthread
SRCS = $(BIN).c
-OBJS = $(BIN:.c=.o)
+OBJS = $(SRCS:.c=.o)
all: $(BIN)