diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-23 13:02:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:41 -0500 |
commit | 1ac5c35ed9bf5f557b8f42eee9c392af353430fe (patch) | |
tree | 7b80f946fc3ad04e8050d8398af21ac254f3b44a /source4/build/smb_build/main.pl | |
parent | 69a694d7ba3a8cd90445838e8a3f7d409e55fe24 (diff) | |
download | samba-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/build/smb_build/main.pl')
-rw-r--r-- | source4/build/smb_build/main.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index cb25fca4ac..22b316a108 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -76,10 +76,6 @@ foreach my $key (values %$OUTPUT) { $mkenv->Header($key) if defined($key->{PUBLIC_HEADERS}); } -# FIXME: These two lines are a hack -$mkenv->ProtoHeader($OUTPUT->{PROTO}); -$mkenv->ProtoHeader($OUTPUT->{ALL_OBJS}); - $mkenv->write("Makefile"); smb_build_h::create_smb_build_h($OUTPUT, "include/smb_build.h"); |