diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 18:56:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-11 18:56:17 +0000 |
commit | 26f2af4c238043c12e3a1317aabdc609a67367b8 (patch) | |
tree | 5a5ade4f61cbe7ea8195f040efe3775b5e357898 /test/Rules.mak | |
parent | 1a4af4684c659a37625785fab9422de206c7991c (diff) |
- remove the error counter
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index 88a8f7d7f..b74d941b6 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -13,8 +13,6 @@ top_builddir ?= ../ TESTDIR=$(top_builddir)test/ -COUNTER = $(TESTDIR).errcounter - include $(top_builddir)/Rules.mak ifndef TEST_INSTALLED_UCLIBC ifdef UCLIBC_LDSO |