* support/regression/tests/wchar.c.in: bugfix
[sdcc.git] / sdcc / sim / ucsim / src / sims / avr.src / conf.mk
blob3e77898c5b36fc1e28bcff452fcafb67295fc441
1 # avr.src/conf.mk
3 # Makefile targets to remake configuration
6 freshconf: Makefile
8 Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.ac
9 cd $(top_builddir) && $(SHELL) ./config.status
11 # End of avr.src/conf.mk