diff --git a/src/makefile.c b/src/makefile.c index 027aeeb..5639f2c 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -2044,9 +2044,7 @@ static int _install_dist(Makefile * makefile); static int _write_install(Makefile * makefile) { int ret = 0; - char const * targets; - targets = _makefile_get_config(makefile, NULL, "targets"); _makefile_target(makefile, "install", "all", NULL); if(_makefile_get_config(makefile, NULL, "subdirs") != NULL) _makefile_subdirs(makefile, "install");