From 6716ef1bf8d6426a54dee7563b6b2a85cd636950 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 19 Feb 2018 00:09:56 +0100 Subject: [PATCH] Avoid a compilation warning --- src/makefile.c | 2 -- 1 file changed, 2 deletions(-) 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");