makefile change: B variable is the build directory
[libc-test] / src / functional / tls_align_dlopen.mk
index 72f9694..b462446 100644 (file)
@@ -1,2 +1,2 @@
-$(N).BINS=$(N)
-$(N).err: $(D)/tls_align_dso.so
+$(N).BINS=$(B)/$(N)
+$(B)/$(N).err: $(B)/$(D)/tls_align_dso.so