diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 00:08:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 00:08:46 +0000 |
commit | 03ac099f6bc9157cdec50db10944e1d99ff07aa1 (patch) | |
tree | 9d818c011b71b40675d7de9779f1a4751fc5541c /libio/Makefile | |
parent | ebfd1bbd04fcc82c34d6f46d942ab763a60ede03 (diff) | |
download | glibc-03ac099f6bc9157cdec50db10944e1d99ff07aa1.zip glibc-03ac099f6bc9157cdec50db10944e1d99ff07aa1.tar.gz glibc-03ac099f6bc9157cdec50db10944e1d99ff07aa1.tar.bz2 |
Define and use $(run-built-tests).
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 0d28cea..9ccd6a0 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -175,7 +175,7 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ include ../Rules -ifeq (no,$(cross-compiling)) +ifeq ($(run-built-tests),yes) tests: $(objpfx)test-freopen.out ifeq (yes,$(build-shared)) # Run tst-fopenloc.check only if shared library is enabled since it |