diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/autoconf/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/autoconf/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/autoconf/ChangeLog b/src/util/autoconf/ChangeLog index 69dc97038..04a085321 100644 --- a/src/util/autoconf/ChangeLog +++ b/src/util/autoconf/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 7 14:30:28 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Use check:: instead of check: + Thu May 12 15:55:40 1994 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) * Version 1.11. diff --git a/src/util/autoconf/Makefile.in b/src/util/autoconf/Makefile.in index 63ebdff47..b63d9c8d8 100644 --- a/src/util/autoconf/Makefile.in +++ b/src/util/autoconf/Makefile.in @@ -77,7 +77,8 @@ autoconf.dvi: autoconf.texi standards.dvi: standards.texi make-stds.texi $(TEXI2DVI) $(srcdir)/standards.texi -check: +check:: + installcheck: installdirs: |
