[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-301-g6a1b7f5

Stefan Metzmacher metze at samba.org
Wed May 7 07:00:05 GMT 2008


The branch, v4-0-test has been updated
       via  6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f (commit)
      from  334d76c3559870bd9dc9ef55c9b1a7ce21ee9d4c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed May 7 08:59:06 2008 +0200

    build: fix path to lex_compile.sh
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/build/make/rules.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/make/rules.mk b/source/build/make/rules.mk
index 8c5b1fe..1fc5e23 100644
--- a/source/build/make/rules.mk
+++ b/source/build/make/rules.mk
@@ -234,7 +234,7 @@ include/includes.d: include/includes.h
 
 .l.c:
 	@echo "Building $< with $(LEX)"
-	@-$(make_utility_dir)/script/lex_compile.sh "$(LEX)" "$<" "$@"
+	@-$(make_utility_dir)/lex_compile.sh "$(LEX)" "$<" "$@"
 
 %.a:
 	@echo Linking $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list