summaryrefslogtreecommitdiff
path: root/sim/ucsim/pdk.src/conf.mk
blob: 322b1ea13c9c11b84020551c27b090c6f889f3b7 (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 pdk.src/conf.mk