aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/common/Makefile')
-rw-r--r--tools/libfsimage/common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile
index afb1e96e0d..15b6379db6 100644
--- a/tools/libfsimage/common/Makefile
+++ b/tools/libfsimage/common/Makefile
@@ -28,8 +28,8 @@ install: all
$(INSTALL_DATA) fsimage_plugin.h $(DESTDIR)$(INCLUDEDIR)
$(INSTALL_DATA) fsimage_grub.h $(DESTDIR)$(INCLUDEDIR)
-clean distclean:
- rm -f $(PIC_OBJS) $(LIB) $(DEPS)
+clean distclean::
+ rm -f $(LIB)
libfsimage.so: libfsimage.so.$(MAJOR)
ln -sf $< $@