From a60ed79b0bac222193bb5512b2121315e7223778 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 2 Jul 2007 20:59:52 +0000 Subject: [PATCH] Typo fixes. --- common/makefile-functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/makefile-functions b/common/makefile-functions index 72a17c1..d54938d 100644 --- a/common/makefile-functions +++ b/common/makefile-functions @@ -116,7 +116,7 @@ define touch_timestamp endef define touch_timestamp_LUSER - @touch $(SRCDIR)/timestamp-marker && sleep 1 + @touch $(SRCSDIR)/timestamp-marker && sleep 1 endef define log_new_files @@ -126,8 +126,8 @@ define log_new_files endef define log_new_files_LUSER - @find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCDIR)/*" \ - -newer $(SRCDIR)/timestamp-marker -not -type d \ + @find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCSDIR)/*" \ + -newer $(SRCSDIR)/timestamp-marker -not -type d \ -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(BASEDIR)$(crFILELOGDIR)/$(1) endef