From 6fa61ac2a82cf29394a10b02c381f697f102ed75 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Feb 2003 09:23:30 +0000 Subject: perl might not be in /usr/bin/perl, so try and find it in the path. Perhaps this generated file should be autobuilt on samba.org for the build farm and the tarballs. Andrew Bartlett (This used to be commit b8a07da68053b3eebb4f8c9ca9e620a67c878d15) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index fdd19fa801..ad79d808c5 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1202,7 +1202,7 @@ utils/net_proto.h: $(NET_OBJ1) include/tdbsam2_parse_info.h: - @cd $(srcdir) && script/genstruct.pl \ + @cd $(srcdir) && perl -w script/genstruct.pl \ -o include/tdbsam2_parse_info.h $(CC) -E -O2 -g \ include/tdbsam2.h -- cgit