Fix a Makefile dependence for rebootstrap mercurial_tip v0.2
authorJean Privat <jean@pryen.org>
Fri, 6 Feb 2009 16:00:12 +0000 (11:00 -0500)
committerJean Privat <jean@pryen.org>
Fri, 6 Feb 2009 16:00:12 +0000 (11:00 -0500)
Allow a safe new bootstrap from a old Nit bootstrap.

Makefile

index b81ad06..6521d64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ doc/stdlib/index.html: bin/nitdoc
        @echo '***************************************************************'
        bin/nitdoc lib/*.nit -d doc/stdlib
 
-c_src/nitc:
+c_src/nitc: c_src/*.c c_src/*.h c_src/nitc._build.sh c_src/Makefile
        @echo '***************************************************************'
        @echo '* Compile nitc from C source files                            *'
        @echo '***************************************************************'