diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/thread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/thread/Makefile b/src/test/thread/Makefile index f45bbda9fd9..dab1a4803fe 100644 --- a/src/test/thread/Makefile +++ b/src/test/thread/Makefile @@ -18,7 +18,7 @@ all: thread_test thread_test: thread_test.o # no need for $LIBS, might not be compiled yet - $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_EX) $^ $(PTHREAD_LIBS) -o $@ + $(CC) $(CFLAGS) $^ $(LDFLAGS) $(LDFLAGS_EX) $(PTHREAD_LIBS) -o $@$(X) clean distclean maintainer-clean: rm -f thread_test$(X) thread_test.o |