summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-13 21:39:25 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-13 21:39:25 +0100
commit21c0f266616e093cccbaf9378b3a915e56ba6079 (patch)
tree665e172708b0030bc82d2dbc70496be68ec8cbaa /source4/build/smb_build/makefile.pm
parentcf2df1ebd5fb3956001576ddc800ea2c217f82ec (diff)
downloadsamba-21c0f266616e093cccbaf9378b3a915e56ba6079.tar.gz
samba-21c0f266616e093cccbaf9378b3a915e56ba6079.tar.bz2
samba-21c0f266616e093cccbaf9378b3a915e56ba6079.zip
Remove some make variables that aren't necessary.
(This used to be commit 8d41cb23dea4fccfc2b3fc8a816cda54af6038fb)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 9c5ae9ea1d..96de863cd2 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -130,8 +130,6 @@ sub Integrated($$)
my ($self,$ctx) = @_;
$self->_prepare_list($ctx, "OBJ_LIST");
- $self->_prepare_list($ctx, "FULL_OBJ_LIST");
- $self->_prepare_list($ctx, "LINK_FLAGS");
}
sub SharedModulePrimitives($$)