X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FMakefile.in;h=b69fa81b63c65014be052fe80223b47ab01604f7;hp=72ad0eb006155d26783d518c287a629ba9c25a33;hb=6434e809cb70f93cc76d0f833e74447e32c99f54;hpb=1d743ae945e51bb1bc773ec7bd3e0d51dbf9afab diff --git a/c++/Makefile.in b/c++/Makefile.in index 72ad0eb0..b69fa81b 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.106 2013/08/04 20:20:45 tom Exp $ +# $Id: Makefile.in,v 1.107 2014/07/26 22:51:31 tom Exp $ ############################################################################## -# Copyright (c) 1998-2012,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"), # @@ -83,7 +83,7 @@ CXXFLAGS = @CXXFLAGS@ @EXTRA_CXXFLAGS@ CXXLIBS = @CXXLIBS@ INCDIR = ../include -CPPFLAGS = -I../c++ -I$(INCDIR) -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ CTAGS = @CTAGS@ ETAGS = @ETAGS@