summaryrefslogtreecommitdiff
path: root/sim/ucsim/gui.src/obsolete/portmon.src/conf.mk
blob: fe3dcfe3d5704e8e6edf9120375b49b8bad251df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# uCsim gui.src/portmon.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 gui.src/portmon.src/conf.mk