From: Andre Noll Date: Sat, 14 Sep 2013 16:57:26 +0000 (+0000) Subject: build: Remove two unused variables from Makefile.in. X-Git-Tag: v0.5.1~1^2~14 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=38657223b245405602bc50906a9687ce98f53857;p=paraslash.git build: Remove two unused variables from Makefile.in. PKGDATADIR and PACKAGE_STRING are defined but never used. Remove them. --- 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