Edit

kc3-lang/automake/remake.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-18 19:07:30
    Hash : 6cb9c627
    Message : (Makefile.in): automake "Makefile", not "Makefile.am"

  • remake.am
  • $(srcdir)/Makefile.in: Makefile.am
    	cd $(srcdir); automake Makefile
    
    # For an explanation of the following Makefile rules, see node
    # `Automatic Remaking' in GNU Autoconf documentation.
    Makefile: Makefile.in config.status
    	CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
    config.status: configure
    	./config.status --recheck
    ${srcdir}/configure: configure.in ${ACLOCAL}
    	cd $(srcdir); autoconf