--- hzconvert/Makefile.orig Mon Oct 25 19:02:21 1999 +++ hzconvert/Makefile Tue Oct 26 08:29:52 1999 @@ -1,10 +1,10 @@ CC=gcc -CFLAGS=-O2 +CFLAGS+=-O2 OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o -%.o:%c +all:libhzconvert.a +%.o:%.c $(CC) $(CFLAGS) -c $< -all:libhzconvert.a libhzconvert.a:$(OBJS) ar rs libhzconvert.a $(OBJS) clean: