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 :=
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
2 matches
Mail list logo