diff options
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index c08f95a321..53d4c2ce44 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -69,7 +69,7 @@ routines := brk sbrk sstk ioctl \ listxattr lgetxattr llistxattr lremovexattr lsetxattr \ removexattr setxattr getauxval ifunc-impl-list -generated += tst-error1.mtrace tst-error1-mem +generated += tst-error1.mtrace tst-error1-mem.out aux := init-misc install-lib := libg.a @@ -78,7 +78,7 @@ gpl2lgpl := error.c error.h tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \ tst-error1 tst-pselect tst-insremque tst-mntent2 bug-hsearch1 ifeq ($(run-built-tests),yes) -tests-special += $(objpfx)tst-error1-mem +tests-special += $(objpfx)tst-error1-mem.out endif CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables @@ -110,6 +110,6 @@ endif tst-error1-ENV = MALLOC_TRACE=$(objpfx)tst-error1.mtrace tst-error1-ARGS = $(objpfx)tst-error1.out -$(objpfx)tst-error1-mem: $(objpfx)tst-error1.out +$(objpfx)tst-error1-mem.out: $(objpfx)tst-error1.out $(common-objpfx)malloc/mtrace $(objpfx)tst-error1.mtrace > $@; \ $(evaluate-test) |