* sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
[fw/sdcc] / sim / ucsim / avr.src / conf.mk
1 # avr.src/conf.mk
2 #
3 # Makefile targets to remake configuration
4 #
5
6 freshconf: Makefile
7
8 Makefile: $(srcdir)/Makefile.in $(PRJDIR)/configure.in
9         cd $(PRJDIR) && $(SHELL) ./config.status
10
11 # End of avr.src/conf.mk