home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / Gmake.linux < prev    next >
Text File  |  1997-05-16  |  93b  |  9 lines

  1. #!/bin/sh
  2.  
  3. MAKEPROG=gmake
  4. export MAKEPROG
  5.  
  6. # gmake is called 'make' on Linux
  7.  
  8. exec make "$@"
  9.