I got error:
Code:
make[1]: Entering directory `/sources/perl-5.8.4/x2p'
makefile:157: *** target pattern contains no `%'. Stop.
make[1]: Leaving directory `/sources/perl-5.8.4/x2p'
make: *** [x2p/s2p] Error 2
Row 157: totally empty:
Code:
lintflags = -hbvxac
.c$(OBJ_EXT):
$(CCCMD) $(PLDLFLAGS) $*.c
.c.i:
$(CCCMDSRC) -E $*.c > $*.i
>>>THAT IS ROW 157
.c.s:
$(CCCMDSRC) -S $*.c
There was 1 error before - something was missed, dont remember but I delete one 0 and now that error.