diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-10-17 01:40:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:17 -0500 |
commit | a4137b50a7f34e78686aac57921752f9a6fd643e (patch) | |
tree | ad0f4319348f4ecd0bd717cf25fd3bcf2a1215bf /source4 | |
parent | 1865044d5c6379589c8f06b2f9bf0ccbdfe0cff9 (diff) | |
download | samba-a4137b50a7f34e78686aac57921752f9a6fd643e.tar.gz samba-a4137b50a7f34e78686aac57921752f9a6fd643e.tar.bz2 samba-a4137b50a7f34e78686aac57921752f9a6fd643e.zip |
r19364: Fix build for 'regular' installs.
(This used to be commit 916413097d2ca7b71c06cd701f09bc3b9fc06cfc)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index e44de5c5c1..ead5592968 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -376,7 +376,7 @@ sub Binary($$) my $localdir = "bin$extradir"; my $dynconfig = "dynconfig.o"; - my $dynconfig_install; + my $dynconfig_install = "dynconfig.o"; if ($self->{duplicate_build}) { $installdir = "bin/install$extradir"; |