1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-07 21:18:59 +03:00

Remove any core files on distclean.

This commit is contained in:
Alasdair Kergon 2002-01-24 13:30:40 +00:00
parent aa5c5673be
commit f552ba4b74

View File

@ -122,7 +122,7 @@ clean: $(SUBDIRS.clean)
distclean: $(SUBDIRS.distclean)
$(RM) $(OBJECTS) $(TARGETS) $(SOURCES:%.c=%.d)
$(RM) config.cache config.log config.status
$(RM) Makefile make.tmpl version.h
$(RM) Makefile make.tmpl version.h core
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),distclean)