* sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
[fw/sdcc] / sim / ucsim / hc08.src / conf.mk
1 #
2 # Makefile targets to remake configuration
3 #
4
5 freshconf: Makefile
6
7 Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.in
8         cd $(top_builddir) && $(SHELL) ./config.status
9
10 # End of hc08.src/conf.mk