=================================================================== RCS file: /cvs/texi2mdoc/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- texi2mdoc/Makefile 2015/02/26 10:43:24 1.10 +++ texi2mdoc/Makefile 2015/03/13 08:07:33 1.11 @@ -34,7 +34,7 @@ installwww: www $(OBJS): extern.h afl/texi2mdoc: extern.h $(SRCS) - afl-clang -o $@ $(SRCS) + $(CC) -o $@ $(SRCS) index.html: index.xml $(VERSIONS) sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@