diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-02-10 09:23:30 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-10 09:23:30 +0000 |
commit | 6fa61ac2a82cf29394a10b02c381f697f102ed75 (patch) | |
tree | 22b9f69969cf2bc9e7adb17db76236e59706e3f2 | |
parent | c46f8a0249b7e5b2ef55b2d01ee5e23d103d4c23 (diff) | |
download | samba-6fa61ac2a82cf29394a10b02c381f697f102ed75.tar.gz samba-6fa61ac2a82cf29394a10b02c381f697f102ed75.tar.bz2 samba-6fa61ac2a82cf29394a10b02c381f697f102ed75.zip |
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)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |