From: Guillem Jover Date: Mon, 4 Feb 2008 06:43:01 +0000 (+0200) Subject: libcompat: Do not pass unused arguments to the compiler X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6276471d7ce7508a326b57a37e376fc89b90e17;p=dpkg libcompat: Do not pass unused arguments to the compiler --- 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