Don't use ${
[automake.git] / remake.am
blobbb9b9edb08daf40f751bbf78bc8e76d46e48d83d
1 $(srcdir)/Makefile.in: Makefile.am
2         cd $(srcdir) && automake Makefile
4 # For an explanation of the following Makefile rules, see node
5 # `Automatic Remaking' in GNU Autoconf documentation.
6 Makefile: Makefile.in config.status
7         CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
8 config.status: configure
9         ./config.status --recheck
10 $(srcdir)/configure: configure.in $(ACLOCAL)
11         cd $(srcdir) && autoconf