4d3 < # 6,7c5,6 < XFLAGS = < CFLAGS = -g -Wall -D__RCSID="static char *rcsid=" -D__COPYRIGHT="static char *copyright=" --- > XFLAGS = -D_GNU_SOURCE -D__RCSID="static char *rcsid=" -D__COPYRIGHT="static char *copyright=" > CFLAGS = -g -Wall 11c10 < $(CC) -o $(TARGET) $(XFLAGS) $(CFLAGS) args.o indent.o io.o lexi.o parse.o pr_comment.o $(LIBS) --- > $(CC) -o $(TARGET) $(CFLAGS) args.o indent.o io.o lexi.o parse.o pr_comment.o $(LIBS)