12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
--- Makefile.in.orig Tue Oct 17 21:25:10 2000
|
|
+++ Makefile.in Sat Nov 11 17:28:20 2000
|
|
@@ -419,7 +419,7 @@
|
|
|
|
test: all
|
|
./ltest/ltest -mavail -n10 -q $(top_srcdir)/COPYING
|
|
- $(SHELL) -e util/check.sh $(top_srcdir)
|
|
+ $(SHELL) -e $(srcdir)/util/check.sh $(top_srcdir)
|
|
./tests/align
|
|
./tests/chksum
|
|
./examples/simple
|