blob: 3e4e7dd2c331a29d39d17bf315be973e4ca9a99a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile targets to remake configuration
#
freshconf: Makefile
Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.ac
cd $(top_builddir) && $(SHELL) ./config.status
# End of xa.src/conf.mk
|