debian: behave without Makefile

This commit is contained in:
Sage Weil 2009-05-16 13:37:10 -07:00
parent afb4256020
commit 9197648697

View File

@ -31,7 +31,7 @@ kdist_configure: prep-deb-files
# kdist* rules. It is responsible for cleaning up any changes that have
# been made by the other kdist_commands (except for the .deb files created)
kdist_clean:
$(MAKE) $(MFLAGS) clean
@$(MAKE) $(MFLAGS) clean
### end KERNEL SETUP