diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 12:16:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:41 -0500 |
commit | 7624b3231dd682adfa8ed4f0a88ba750279852ed (patch) | |
tree | ee5cc744e2127f1cc5dc0edb4a24ff13c619b0ae /source4/build | |
parent | 25b9531e5fab8fbc099216b1ce2389eb02df8a29 (diff) | |
download | samba-7624b3231dd682adfa8ed4f0a88ba750279852ed.tar.gz samba-7624b3231dd682adfa8ed4f0a88ba750279852ed.tar.bz2 samba-7624b3231dd682adfa8ed4f0a88ba750279852ed.zip |
r677: fix: '$' -> '\$'
metze
(This used to be commit 89c3780c15687c16d4607c912f71d1082690af76)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index 9ff0818f11..e741d63b1a 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -77,7 +77,7 @@ sub _prepare_compiler_linker($) $output = " CC=\@CC\@ -CC_FLAGS=-Iinclude -I. -I$(srcdir)/include -I$(srcdir) -Ilib \@CFLAGS\@ \@CPPFLAGS\@ +CC_FLAGS=-Iinclude -I. -I\$(srcdir)/include -I\$(srcdir) -Ilib \@CFLAGS\@ \@CPPFLAGS\@ LD=\@CC\@ LD_FLAGS=\@LDFLAGS\@ \@CFLAGS\@ |