summaryrefslogtreecommitdiff
path: root/sim/ucsim/tlcs.src/conf.mk
blob: 000486ee4078ac795b17a102e74884c30efc40c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# tlcs.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 tlcs.src/conf.mk