ocaml-bitstring: fix typo in Makefile

This commit is contained in:
Vincent Laporte
2015-09-01 06:43:37 +02:00
parent cfe12c7edd
commit e94ddc290d
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,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 $@