r8248: xsl:output method doesn't work with xsltproc
[uffi.git] / Makefile.common
index 0b06cc35058207731a0c8940ce8e5d3c2b3661f1..beb56040e1ff64b7dd5f4c0d7020052074d4f0a4 100644 (file)
@@ -7,6 +7,7 @@ clean:
        @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl 
        @rm -f *~ *.bak *.orig *.err \#*\# .#*
        @rm -f *.so *.a
+       @rm -rf debian/cl-uffi
 ifneq ($(SUBDIRS)$(DOCSUBDIRS),)
        @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \
                $(MAKE) -C $$i $@; done