about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bitstring/srcdir.patch
blob: d53760f1d6f6f79499d01aa91004f56007edfe00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile.in	2015-09-01 06:32:15.111441188 +0200
+++ b/Makefile.in	2015-09-01 06:32:56.001084480 +0200
@@ -125,7 +125,7 @@
 
 byteswap.h: byteswap.in.h
 	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-	  cat $(srcdir)/byteswap.in.h; \
+	  cat $(top_srcdir)/byteswap.in.h; \
 	} > $@-t
 	mv -f $@-t $@