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