summaryrefslogtreecommitdiff
path: root/sim/ucsim/conf.mk
blob: 3520f3c86d11d89001c71f92c99757e677084455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile targets to remake configuration
#

freshconf: main.mk ddconfig.h

main.mk: $(srcdir)/main_in.mk config.status
	$(SHELL) ./config.status

ddconfig.h: ddconfig_in.h config.status
	@echo "Re-making ddconfig.h"
	$(SHELL) ./config.status
	touch ddconfig.h

# End of conf.mk