Change uint_t to unsigned int in lib/talloc
[ira/wip.git] / lib / talloc / rules.mk
index 6cee126529c8146d8306cb2d008fda36ee474b31..00c909ee2bad9d2d52313824ff0af4c05c5c4cf2 100644 (file)
@@ -6,13 +6,13 @@ showflags::
        @echo '  LIBS = $(LIBS)'
 
 .c.o:
-       $(CC) $(PICFLAG) -o $@ -c $< $(CFLAGS)
+       $(CC) $(PICFLAG) $(ABI_CHECK) -o $@ -c $< $(CFLAGS)
 
 .3.xml.3:
-       -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+       -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 .xml.html:
-       -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
+       -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
 
 distclean::
        rm -f *~ */*~