diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:02:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:02:24 +0000 |
commit | 095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (patch) | |
tree | 074540e563757454c2c4adce2e3799a5ab766db8 /test/dlopen | |
parent | de8b8b0b0bdd0f6012187dfc3046cac098000bb0 (diff) |
remove old depend on Config and make it so that a test failure aborts the make process
Diffstat (limited to 'test/dlopen')
-rw-r--r-- | test/dlopen/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile index 4ed566079..3afbc0f49 100644 --- a/test/dlopen/Makefile +++ b/test/dlopen/Makefile @@ -72,4 +72,3 @@ run: libtest2.so libtest1.so test1 test2 test3 dltest libtest.so dltest2 libtest clean: $(RM) *.o libtest1.so* libtest2.so* test1 test2 test3 \ dltest dltest2 libtest.so libtest3.so - |