diff options
Diffstat (limited to 'build-root/Makefile')
-rw-r--r-- | build-root/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-root/Makefile b/build-root/Makefile index 6e26e90e4dd..8b83990e22f 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -1167,5 +1167,4 @@ distclean: rm -rf $(MU_BUILD_ROOT_DIR)/python if [ -e /usr/bin/dh ];then (cd $(MU_BUILD_ROOT_DIR)/deb/;debian/rules clean); fi rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/*.install - rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/*.dkms rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/changelog |