ソースを参照

follow -r22105 add empty distclean rule for empty dsm directory

Corentin Salingue 7 年 前
コミット
b92b178f6d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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