X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;h=9fde0adbe8b1ccd2991570c60e9866f2860c8c99;hp=c9d5618047cbdc1443ea0c13c1d9da4a763ca6c9;hb=9776951416d7fb862b9dca1f4c9f8031a5c9059b;hpb=c340bf75caa7aabe7db96787961e151e70ddff08 diff --git a/test/Makefile.in b/test/Makefile.in index c9d56180..9fde0adb 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.107 2010/11/27 21:47:17 tom Exp $ +# $Id: Makefile.in,v 1.108 2010/11/28 16:39:40 tom Exp $ ############################################################################## # Copyright (c) 1998-2008,2010 Free Software Foundation, Inc. # # # @@ -72,7 +72,7 @@ CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -CPPFLAGS = -I../test -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -I. -I$(srcdir) -I../test -DHAVE_CONFIG_H @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS)