X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2FMakefile.in;fp=test%2FMakefile.in;h=06e567e60ed78eec81af848d24c17f1cbb819e2b;hb=c6f54649ed4bf49ec27a522816984d2290201438;hp=6600cd788254600c95a44662da016b7735bbde71;hpb=0dc2639645b2cc67271247405709161df24a771f;p=ncurses.git diff --git a/test/Makefile.in b/test/Makefile.in index 6600cd78..06e567e6 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.111 2013/10/05 23:46:10 tom Exp $ +# $Id: Makefile.in,v 1.112 2014/07/26 22:51:31 tom Exp $ ############################################################################## -# Copyright (c) 1998-2011,2013 Free Software Foundation, Inc. # +# Copyright (c) 1998-2013,2014 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"), # @@ -75,7 +75,7 @@ CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -CPPFLAGS = -I. -I$(srcdir) -I../test -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS)