struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / sdas / conf.mk
blobac65f24e50330b37d67254e462848ec49ec1d299
2 # Makefile targets to remake configuration
5 freshconf: Makefile
7 Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.in
8 cd $(top_builddir) && $(SHELL) ./config.status
10 # End of conf.mk