From 2c2c81dcdc2719c73a19b01b692b31c8e903965f Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Thu, 5 May 2016 14:02:40 +0200 Subject: [PATCH] libsepol: remove libsepol.map when cleaning Signed-off-by: Nicolas Iooss --- libsepol/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsepol/src/Makefile b/libsepol/src/Makefile index db6c2bac..c0c3274a 100644 --- a/libsepol/src/Makefile +++ b/libsepol/src/Makefile @@ -76,7 +76,7 @@ relabel: /sbin/restorecon $(SHLIBDIR)/$(LIBSO) clean: - -rm -f $(LIBPC) $(OBJS) $(LOBJS) $(LIBA) $(LIBSO) $(TARGET) $(CIL_GENERATED) + -rm -f $(LIBPC) $(LIBMAP) $(OBJS) $(LOBJS) $(LIBA) $(LIBSO) $(TARGET) $(CIL_GENERATED) indent: ../../scripts/Lindent $(wildcard *.[ch])