X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=0e71690574c0a11d64f01f8559688cc96bac56bd;hp=663a5a084af1634306215578b0669ab261d4b5c6;hb=56f1e8cd80dfb926f74e1739bf969489b0cfa56f;hpb=02f02dcd4464143580e783ae32c822d8eb8cdcbf diff --git a/progs/Makefile.in b/progs/Makefile.in index 663a5a08..0e716905 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.95 2015/08/05 09:24:06 tom Exp $ +# $Id: Makefile.in,v 1.96 2016/05/21 23:30:50 tom Exp $ ############################################################################## -# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2016 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"), # @@ -92,7 +92,7 @@ CPP = @CPP@ CFLAGS = @CFLAGS@ INCDIR = $(top_srcdir)/include -CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H -I../progs @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS)