diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-22 00:02:20 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-22 00:02:20 +0000 |
| commit | 947a002844d9bfd3b535dc8f30789138cab85e64 (patch) | |
| tree | 39d56c709f4ab4623995a409aeab0f61dcadc1f8 | |
| parent | 1fac71ede86d5b88310f4285822206b6267730a7 (diff) | |
| download | uClibc-alpine-947a002844d9bfd3b535dc8f30789138cab85e64.tar.bz2 uClibc-alpine-947a002844d9bfd3b535dc8f30789138cab85e64.tar.xz | |
Add building of support object(s).
| -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 "-------" |
