diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-23 01:54:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:16 -0500 |
commit | f753f43d818ec36c19c1c72509a0380cc8b4bea3 (patch) | |
tree | c68a98b4a732074aa5f4c51918054e453eb77615 /source4/build/smb_build/makefile.pm | |
parent | 0b5e01c19b4c81fd08cfb2ef9410c03f5522d0ab (diff) | |
download | samba-f753f43d818ec36c19c1c72509a0380cc8b4bea3.tar.gz samba-f753f43d818ec36c19c1c72509a0380cc8b4bea3.tar.bz2 samba-f753f43d818ec36c19c1c72509a0380cc8b4bea3.zip |
r18833: darn, forgot to commit this
sorry about the build breakage
(This used to be commit c0684d0f26917e6623bad1e0f9b8312873230300)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-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 a453cb6203..97cfd7770f 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -126,7 +126,7 @@ SHELL=$self->{config}->{SHELL} PERL=$self->{config}->{PERL} CPP=$self->{config}->{CPP} -CPPFLAGS=$builddir_headers-I\$(srcdir)/include -I\$(srcdir) -I\$(srcdir)/lib -D_SAMBA_BUILD_ -DHAVE_CONFIG_H $self->{config}->{CPPFLAGS} +CPPFLAGS=$builddir_headers-I\$(srcdir)/include -I\$(srcdir) -I\$(srcdir)/lib -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H $self->{config}->{CPPFLAGS} CC=$self->{config}->{CC} CFLAGS=$self->{config}->{CFLAGS} \$(CPPFLAGS) |