diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-26 18:51:13 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-26 18:51:13 +0100 |
commit | e5e2672ada188e1287702a00cfacdda06be08c11 (patch) | |
tree | 72f7eb2f214089d30bf1cbfc66f66fc1556018e5 /test/Rules.mak | |
parent | 6442fb97e21e5715e8b5f644d83d6dc41dd85eed (diff) |
correct comment
and disable built-in rules
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index cced19397..6acc13ffa 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -5,9 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -# -# Note: This does not read the top level Rules.mak file -# +.SUFFIXES: top_builddir ?= ../ |