summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-08-12 12:56:38 +0000
committerAlasdair Kergon <agk@redhat.com>2011-08-12 12:56:38 +0000
commit358fddb467457807d75b72abef449759972bdb74 (patch)
tree0474ed07d3f118f8ff86fac56aa7565d5002884e /make.tmpl.in
parent62675fdc93b3b2c87331dfa61ad9d67d263668fb (diff)
downloadlvm2-358fddb467457807d75b72abef449759972bdb74.tar.gz
lvm2-358fddb467457807d75b72abef449759972bdb74.tar.xz
lvm2-358fddb467457807d75b72abef449759972bdb74.zip
core removed with clean not distclean
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 3a21b248..298fe319 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -370,7 +370,7 @@ clean: $(SUBDIRS.clean) cleandir
distclean: cleandir $(SUBDIRS.distclean)
test -z "$(DISTCLEAN_DIRS)" || $(RM) -r $(DISTCLEAN_DIRS)
- $(RM) $(DISTCLEAN_TARGETS) Makefile core
+ $(RM) $(DISTCLEAN_TARGETS) Makefile
.exported_symbols_generated: $(EXPORTED_HEADER) .exported_symbols
set -e; \