diff options
Diffstat (limited to 'test/Test.mak')
-rw-r--r-- | test/Test.mak | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Test.mak b/test/Test.mak index 43c35d234..66565498f 100644 --- a/test/Test.mak +++ b/test/Test.mak @@ -18,9 +18,6 @@ ifneq ($(filter-out test,$(TESTS)),$(TESTS)) $(error Sanity check: cannot have a test named "test.c") endif -top_builddir = ../../ -include ../Rules.mak - U_TARGETS := $(TESTS) G_TARGETS := $(patsubst %,%_glibc,$(U_TARGETS)) |