[Cobolforgcc-users] Makefile problem when compiling
Status: Pre-Alpha
Brought to you by:
timjosling
|
From: Ricky <ric...@li...> - 2009-10-26 14:00:18
|
Hi, all
I tried to compile cobol for gcc with gcc 4.4.1, but the makefile seems has
some problem:
make cobe2a.exe
make[4]: Entering directory `/gcc-4.4.1/build/gcc/cobol'
Makefile:122: *** missing separator. Stop.
make[4]: Leaving directory `/gcc-4.4.1/build/gcc/cobol'
make[4]: Entering directory `/gcc-4.4.1/build/gcc/cobol'
Makefile:122: *** missing separator. Stop.
I checked the command, they are all start with <TAB>, so I'm confused what's
is the problem with makefile?
cobol: coba2e$(exeext) cobe2a$(exeext) cobd2u$(exeext) cobu2d$(exeext)
cobutab$(exeext) cobf2v$(exeext) cobpre$(exeext) cobcc1$(exeext)
coba2e$(exeext): coba2e.o cobutil.o
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ coba2e.o cobutil.o
Thank you in advance!
|