From 38657223b245405602bc50906a9687ce98f53857 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 14 Sep 2013 16:57:26 +0000 Subject: [PATCH] build: Remove two unused variables from Makefile.in. PKGDATADIR and PACKAGE_STRING are defined but never used. Remove them. --- Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f3be1163..8f14e5aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,10 +3,8 @@ exec_prefix := @exec_prefix@ BINDIR := @bindir@ VARDIR := /var/paraslash -PKGDATADIR := @datarootdir@/@PACKAGE_NAME@ MANDIR := @datarootdir@/man/man1 PACKAGE_VERSION := @PACKAGE_VERSION@ -PACKAGE_STRING := @PACKAGE_STRING@ INSTALL := @install@ STRIP := $(CROSS_COMPILE)strip HOSTCC ?= cc -- 2.39.2