]> sourceware.org Git - dm.git/commitdiff
make distclean to include kernel subdir too.
authorAlasdair Kergon <agk@redhat.com>
Tue, 11 Dec 2001 16:00:25 +0000 (16:00 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 11 Dec 2001 16:00:25 +0000 (16:00 +0000)
Makefile.in

index c8761cafd16091dfe444d4c0426f90514f5d3e82..aebaa8b911561ef1b6251a3fe87f004d3e4b02f4 100644 (file)
@@ -23,6 +23,10 @@ kernelvsn = @kernelvsn@
 
 SUBDIRS = include lib dmsetup
 
+ifeq ($(MAKECMDGOALS),distclean)
+  SUBDIRS += kernel
+endif
+
 include make.tmpl
 
 apply-patches:
This page took 0.027111 seconds and 5 git commands to generate.