summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-22 11:41:37 +0100
committerBruno Haible <bruno@clisp.org>2009-12-22 11:41:37 +0100
commitce9b2f4eb4e75c483bdb914b45f08507a2c3b97d (patch)
treeafcd539ecf407f233640e17f33d957ba56b1ee04 /lib/Makefile.in
parent6eda9843bcadca235aacfea9c28976fbb7bfab8c (diff)
downloadgperf-ce9b2f4eb4e75c483bdb914b45f08507a2c3b97d.tar.gz
Support CPPFLAGS as mandated by GNU standards.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index b7b96ee..16d2a28 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for gperf/lib
-# Copyright (C) 1989, 1992, 1993, 1998, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1989, 1992, 1993, 1998, 2002, 2009 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>.
#
@@ -61,7 +61,7 @@ SHELL = /bin/sh
VPATH = $(srcdir)
OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) getline.$(OBJEXT) hash.$(OBJEXT)
-CPPFLAGS = -I$(srcdir)
+CPPFLAGS = @CPPFLAGS@ -I$(srcdir)
TARGETLIB = libgp.a