Forráskód Böngészése

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

Bryan Drewery 17 éve
szülő
commit
52c4bd9a12
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 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
 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)
 EXCLUDES = pack/pack.cfg $(CONFIGFILES) $(STATICMAKEFILES)
 
 
 COMMIT_FULL 	:= $(shell git log -1 --pretty=format:%H HEAD)
 COMMIT_FULL 	:= $(shell git log -1 --pretty=format:%H HEAD)