Browse Source

* example/Makefile.am (check-recursive): Remove target.

* example/Makefile.in: Regenerate.
origin
Ben Elliston 23 years ago
parent
commit
692fe4f63d
  1. 5
      ChangeLog
  2. 4
      example/Makefile.am
  3. 3
      example/Makefile.in

5
ChangeLog

@ -1,3 +1,8 @@
2004-02-07 Ben Elliston <bje@wasabisystems.com>
* example/Makefile.am (check-recursive): Remove target.
* example/Makefile.in: Regenerate.
2004-02-07 Ben Elliston <bje@wasabisystems.com>
* dejagnu.h: Conform with GNU coding standard.

4
example/Makefile.am

@ -1,8 +1,4 @@
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = dejagnu
SUBDIRS = calc hello
check-recursive:
@echo "No check target in examples"

3
example/Makefile.in

@ -455,9 +455,6 @@ uninstall-info: uninstall-info-recursive
mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-info-am
check-recursive:
@echo "No check target in examples"
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

Loading…
Cancel
Save