From 7652c049f40d0830c6e51dc92d1771a7aa0bc99c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 2 Oct 2011 00:11:01 +0200 Subject: [PATCH] Makefile: Remove unused variable man_pages_in. This variable is defined but never used, so it is safe to remove it. --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 36a1b2ee..23ceda47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,6 @@ CPPFLAGS += -I$(cmdline_dir) CPPFLAGS += @osl_cppflags@ man_pages := $(patsubst %, man/man1/%.1, @executables@) -man_pages_in := $(patsubst %, web/%.man.in.html, @executables@) ggo_dir := ggo object_dir := objects -- 2.39.2