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:
parent
4536abf08a
commit
62675fdc93
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user