From 26ffd5e6c7f110cc439bb054fac9567885ffc197 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 20 Jun 2014 20:04:47 -0700 Subject: Clean up HAVE_CONFIG_H and STDC_HEADERS. --- catgets/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'catgets') diff --git a/catgets/Makefile b/catgets/Makefile index 50d972e65d..4a03eba377 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -46,8 +46,7 @@ include ../Rules $(objpfx)gencat: $(gencat-modules:%=$(objpfx)%.o) -catgets-CPPFLAGS := -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%N:$(msgcatdir)/%l/%N:$(msgcatdir)/%l/LC_MESSAGES/%N:"' \ - -DHAVE_CONFIG_H +catgets-CPPFLAGS := -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%N:$(msgcatdir)/%l/%N:$(msgcatdir)/%l/LC_MESSAGES/%N:"' CPPFLAGS-gencat = -DNOT_IN_libc -- cgit 1.4.1