1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Do not remove makefile during "make clean".

This commit is contained in:
Milan Broz 2011-08-12 07:57:24 +00:00
parent 4536abf08a
commit 62675fdc93

View File

@ -364,7 +364,7 @@ cleandir:
$(RM) $(OBJECTS) $(TARGETS) $(CLEAN_TARGETS) $(CLEAN_CFLOW) $(LDDEPS) \
$(POTFILES) $(SOURCES:%.c=%.d) $(SOURCES:%.c=%.gcno) $(SOURCES:%.c=%.gcda) \
$(SOURCES2:%.c=%.o) $(SOURCES2:%.c=%.d) $(SOURCES2:%.c=%.gcno) $(SOURCES2:%.c=%.gcda) \
.exported_symbols_generated Makefile core
.exported_symbols_generated core
clean: $(SUBDIRS.clean) cleandir