1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Support CPPFLAGS as mandated by GNU standards.

This commit is contained in:
Bruno Haible
2009-12-22 11:41:37 +01:00
parent 6eda9843bc
commit ce9b2f4eb4
5 changed files with 37 additions and 24 deletions

View File

@@ -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