]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - gmon/Makefile
gmon: Run tst-gmon-prof only for run-built-tests=yes
[thirdparty/glibc.git] / gmon / Makefile
index 947e6b5905cca7bc0cc3aaf114ca3586938aa5bb..39f11acec242616bd423a42af45866df0fa12bee 100644 (file)
@@ -42,7 +42,9 @@ CFLAGS-tst-gmon.c := -pg
 LDFLAGS-tst-gmon := $(no-pie-ldflag)
 CRT-tst-gmon := $(csu-objpfx)gcrt1.o
 tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data
+ifeq ($(run-built-tests),yes)
 tests-special += $(objpfx)tst-gmon-gprof.out
+endif
 
 include ../Rules