repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
sdas
/
conf.mk
blob
ac65f24e50330b37d67254e462848ec49ec1d299
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