diff options
| -rw-r--r-- | test/nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/Makefile b/test/nptl/Makefile index 296e27c4c..8ac8c8c63 100644 --- a/test/nptl/Makefile +++ b/test/nptl/Makefile @@ -133,7 +133,7 @@ tst-cancel7-ARGS = --command tst-cancel7 tst-exec4-ARGS = tst-exec4 -all: $(SO_OBJS) $(patsubst %, %, $(TARGETS)) +all: $(OBJS) $(SO_OBJS) $(patsubst %, %, $(TARGETS)) $(patsubst %, %, $(TARGETS)): $(patsubst %, %.o, $(TARGETS)) -@ echo "-------" |
