浏览代码

* Fix 'make distrib' not working properly on FreeBSD cp(1)

Bryan Drewery 17 年之前
父节点
当前提交
52c4bd9a12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -15,7 +15,7 @@ BINEXEC = wraith@EXEEXT@
 STATICMAKEFILES = lib/Makefile src/mod/Makefile src/crypto/Makefile src/compat/Makefile src/Makefile Makefile
 CONFIGFILES = config.cache config.log config.status config.h src/buildinfo.h
 
-DISTROFILES = README LICENSE config.h.in autotools/ doc/ scripts/ lib/ Makefile.in build.sh configure pack/ src/
+DISTROFILES = README LICENSE config.h.in autotools doc scripts lib Makefile.in build.sh configure pack src
 EXCLUDES = pack/pack.cfg $(CONFIGFILES) $(STATICMAKEFILES)
 
 COMMIT_FULL 	:= $(shell git log -1 --pretty=format:%H HEAD)