From: Keir Fraser Date: Thu, 24 Jul 2008 10:19:13 +0000 (+0100) Subject: blktap: Clean *.opic on 'make clean'. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~136 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4a22e75c9fe786833451a684014ec2bd7a6fe1e;p=xen.git blktap: Clean *.opic on 'make clean'. Signed-off-by: Keir Fraser --- diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile index 4b3f036ee7..aedf7dcd2e 100644 --- a/tools/blktap/lib/Makefile +++ b/tools/blktap/lib/Makefile @@ -43,7 +43,7 @@ install: all .PHONY: clean clean: - rm -rf *.a *.so* *.o *.rpm $(LIB) *~ $(DEPS) xen TAGS + rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen TAGS libblktap.so.$(MAJOR).$(MINOR): $(OBJS_PIC) $(CC) $(CFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,$(SONAME) $(SHLIB_CFLAGS) \