summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-23 13:02:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:41 -0500
commit1ac5c35ed9bf5f557b8f42eee9c392af353430fe (patch)
tree7b80f946fc3ad04e8050d8398af21ac254f3b44a /source4/main.mk
parent69a694d7ba3a8cd90445838e8a3f7d409e55fe24 (diff)
downloadsamba-1ac5c35ed9bf5f557b8f42eee9c392af353430fe.tar.gz
samba-1ac5c35ed9bf5f557b8f42eee9c392af353430fe.tar.bz2
samba-1ac5c35ed9bf5f557b8f42eee9c392af353430fe.zip
r12450: Move generation of proto and full object lists to makefile.pm. 'make' now
handles expanding the protoheader object list, rather then the build system, which makes the makefile quite a bit shorter. (This used to be commit a4088ccc704f1338c040c53596ff606cc1651d03)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 118d544665..deb0362386 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -195,12 +195,12 @@ include/config.h:
@echo "You need to rerun ./autogen.sh and ./configure"
@/bin/false
-include/proto.h: $(PROTO_PROTO_OBJ_LIST:.o=.c)
+include/proto.h: $(PROTO_OBJS:.o=.c)
@-rm -f include/includes.h.gch
@echo "Creating include/proto.h"
@$(PERL) script/mkproto.pl --public-define=_PROTO_H_ \
--public=include/proto.h --private=include/proto.h \
- $(PROTO_PROTO_OBJ_LIST)
+ $(PROTO_OBJS)
proto: include/proto.h
pch: include/config.h \