git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4530 4a8a32a2...
[fw/sdcc] / 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 conf.mk