index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
c.mk
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'mk/c.mk')
-rw-r--r--
mk/c.mk
4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/c.mk b/mk/c.mk
index 5ff4ac4..bfbf4ce 100644
--- a/
mk/c.mk
+++ b/
mk/c.mk
@@ -89,5 +89,7 @@ clean-backups:
.deps:
mkdir -p $(_DEPSDIR)
-
+config.mk: configure
+ ./configure
+
-include $(_DEPS)