X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=2551133cac19b954461a841e4420c45507f3a49e;hp=21723637bae74cbaf77287a3fcbe8deea1a8fe1d;hb=6434e809cb70f93cc76d0f833e74447e32c99f54;hpb=34d602f272c394e9a980438e636e1ce4d355f83b diff --git a/progs/Makefile.in b/progs/Makefile.in index 21723637..2551133c 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.91 2014/05/21 17:01:48 tom Exp $ +# $Id: Makefile.in,v 1.92 2014/07/26 22:34:33 tom Exp $ ############################################################################## # Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # # # @@ -89,7 +89,7 @@ CPP = @CPP@ CFLAGS = @CFLAGS@ INCDIR = $(top_srcdir)/include -CPPFLAGS = -I../progs -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS)