main: fix --modversion

pull/1/merge
William Pitcock 2011-07-25 02:18:11 -05:00
parent a5759cce01
commit bdbab6918a
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -104,7 +104,7 @@ pkg_queue_walk(pkg_queue_t *head)
want_cflags = 0;
want_libs = 0;
pkg_traverse(&world, print_modversion, NULL, 1);
pkg_traverse(&world, print_modversion, NULL, 2);
}
if (want_cflags)