diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:04:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:04:47 -0700 |
commit | 26ffd5e6c7f110cc439bb054fac9567885ffc197 (patch) | |
tree | 1257ba588618f86a070f275a1dd6efdf81dbf121 /catgets | |
parent | 93a6d0820430bfe3d09695a1376c07abf6d2214f (diff) | |
download | glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.tar.gz glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.tar.xz glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.zip |
Clean up HAVE_CONFIG_H and STDC_HEADERS.
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |