fixed global clean commands still creating deps files
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 20 Jun 2009 18:40:36 +0000 (14:40 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 20 Jun 2009 18:40:36 +0000 (14:40 -0400)
Makefile

index 0e84727..2c44e89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,13 +17,12 @@ G_RULESMK   := rules.mk
 G_LISTSMK   := lists.mk
 G_TVARSMK   := tvars.mk
 
+include ${G_LISTSMK}
 
 include packages.mk
 include targets.mk
 
-
 include ${G_VARSMK}
-include ${G_LISTSMK}
 
 # include all of the dir.mk
 include lib/${G_DIRMK}