From: kfraser@localhost.localdomain Date: Thu, 10 Aug 2006 09:55:54 +0000 (+0100) Subject: [LIBXC] clean specified files instead of wildcarding X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15479^2~374 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e664a670cd35258a6dbc4e3f1c3121fc250d1ba;p=xen.git [LIBXC] clean specified files instead of wildcarding Signed-off-by: Hollis Blanchard --- diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index dbf3af9472..f698d919b4 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -99,8 +99,9 @@ TAGS: .PHONY: clean clean: - rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen - rm -rf ia64/*.o ia64/*.opic + rm -rf *.rpm $(LIB) *~ $(DEPS) xen \ + $(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \ + $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS) .PHONY: rpm rpm: build