X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;h=9fde0adbe8b1ccd2991570c60e9866f2860c8c99;hp=f3ae7eee358d6ee52e734fa785dcfb792a497b7a;hb=e8685f5e4152389b53ff6399d533b9c6476540f1;hpb=90e3b6f9d5d7b2f2e6220b768306ec485ae8a4bf diff --git a/test/Makefile.in b/test/Makefile.in index f3ae7eee..9fde0adb 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.106 2010/11/06 19:33:08 tom Exp $ +# $Id: Makefile.in,v 1.108 2010/11/28 16:39:40 tom Exp $ ############################################################################## -# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # +# Copyright (c) 1998-2008,2010 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -35,6 +35,7 @@ .SUFFIXES: SHELL = /bin/sh +VPATH = @srcdir@ @SET_MAKE@ @@ -71,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)