Browse Source

follow -r22105 add empty distclean rule for empty dsm directory

Corentin Salingue 7 years ago
parent
commit
b92b178f6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -423,6 +423,7 @@ if test x$dsm_included != xyes; then
 	mkdir -p dsm
 	echo "dist:" > ./dsm/Makefile
 	echo "distdir:" >> ./dsm/Makefile
+	echo "distclean:" >> ./dsm/Makefile
         enable_dsm=no
 fi