summaryrefslogtreecommitdiff
path: root/sdas/conf.mk
blob: ac65f24e50330b37d67254e462848ec49ec1d299 (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.in
	cd $(top_builddir) && $(SHELL) ./config.status

# End of conf.mk