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
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_NOANSI)$
EXEEXT := .exe$
LSTAT_SUPPORT := 1$
$ file Makefile
Mak
3 matches
Mail list logo