Makefile.inc 84 B

12345
  1. .if exists(Makefile.am)
  2. realinstall:
  3. exec ${MAKE_ENV} ${MAKE} install-strip
  4. .endif