summaryrefslogtreecommitdiff
path: root/sim/ucsim/cmd.src/conf.mk
blob: 446ddee2dc30c8a9ca941ea2f01d430cdb4d4ca7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# ucsim cmd.src/conf.mk
#
# Makefile targets to remake configuration
#

freshconf: Makefile

Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.ac
	cd $(top_builddir) && $(SHELL) ./config.status

# End of cmd.src/conf.mk