home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / tests / instexec.test < prev    next >
Encoding:
Text File  |  1996-02-27  |  205 b   |  13 lines

  1. #!/bin/sh
  2.  
  3. # Test for this bug: when a Makefile.am builds nothing, no
  4. # install-exec target is generated.
  5.  
  6. . $srcdir/defs || exit 1
  7.  
  8. : > Makefile.am
  9.  
  10. $AUTOMAKE || exit 1
  11.  
  12. grep '^install-exec:' Makefile.in
  13.