From a6276471d7ce7508a326b57a37e376fc89b90e17 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 4 Feb 2008 08:43:01 +0200 Subject: [PATCH] libcompat: Do not pass unused arguments to the compiler --- ChangeLog | 5 +++++ libcompat/Makefile.am | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a7fb98f..bcfbdf05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-04 Guillem Jover + + * libcompat/Makefile.am (localedir): Remove unused variable. + (INCLUDES): Do not pass -DLOCALEDIR nor -I$(top_srcdir)/lib. + 2008-02-03 Guillem Jover * m4/funcs.m4 (DPKG_CHECK_COMPAT_FUNCS): New macro. diff --git a/libcompat/Makefile.am b/libcompat/Makefile.am index f17b3931..ecb89d0b 100644 --- a/libcompat/Makefile.am +++ b/libcompat/Makefile.am @@ -1,9 +1,6 @@ ## Process this file with automake to produce Makefile.in -localedir = $(datadir)/locale INCLUDES = \ - -DLOCALEDIR=\"$(localedir)\" \ - -I$(top_srcdir)/lib \ -idirafter $(top_srcdir)/libcompat -- 2.39.5