From 7624b3231dd682adfa8ed4f0a88ba750279852ed Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 12:16:35 +0000 Subject: r677: fix: '$' -> '\$' metze (This used to be commit 89c3780c15687c16d4607c912f71d1082690af76) --- source4/build/smb_build/makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\@ -- cgit