Re: problem with file-5.17-1

2014-03-14 Thread Corinna Vinschen
On Mar 14 23:22, Alexey Pavlov wrote: > 2014-03-14 22:56 GMT+04:00 Nellis, Kenneth: > > > > Problem with the latest "file" command: > > > > $ cat -A Makefile > > CC := gcc$ > > CXX := g++$ > > INCDIR := $(HOME)/include$ > > BINDIR := $(MY_BINDIR)$ > > LIBDIR := $(MY_LIBDIR)$ > > CPPFLAGS_NOANSI :=

Re: problem with file-5.17-1

2014-03-14 Thread Alexey Pavlov
2014-03-14 22:56 GMT+04:00 Nellis, Kenneth: > > Problem with the latest "file" command: > > $ cat -A Makefile > CC := gcc$ > CXX := g++$ > INCDIR := $(HOME)/include$ > BINDIR := $(MY_BINDIR)$ > LIBDIR := $(MY_LIBDIR)$ > CPPFLAGS_NOANSI := -Wall -pedantic -I $(INCDIR)$ > CPPFLAGS := -ansi $(CPPFLAGS