summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-30 19:18:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:04 -0500
commit83acc688e3cb21d3fe25129f1fa1522872e6eec2 (patch)
tree093ee254dd6ffb0da50e745cb4c70241c94aecb5 /source4/main.mk
parent87a97acdfecbeb3651112639d2bb7eab3372171e (diff)
downloadsamba-83acc688e3cb21d3fe25129f1fa1522872e6eec2.tar.gz
samba-83acc688e3cb21d3fe25129f1fa1522872e6eec2.tar.bz2
samba-83acc688e3cb21d3fe25129f1fa1522872e6eec2.zip
r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/source/
metze (This used to be commit bf35c74218476fc568e251bb337e794ed9d51fac)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 2f07affffe..e9e28bd035 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -199,7 +199,7 @@ include/config.h:
include/proto.h: $(PROTO_OBJS:.o=.c)
@echo "Creating include/proto.h"
- @$(PERL) script/mkproto.pl --public-define=_PROTO_H_ \
+ @$(PERL) $(srcdir)/script/mkproto.pl --public-define=_PROTO_H_ \
--public=include/proto.h --private=include/proto.h \
$(PROTO_OBJS)