From 730acd4764535e19f4a461753a3ea1623af42f71 Mon Sep 17 00:00:00 2001 From: Pieter Praet Date: Mon, 20 Jun 2011 22:14:21 +0200 Subject: fix sum moar typos [build scripts, Makefiles] Various typo fixes in comments within the Makefile and other build scripts. Signed-off-by: Pieter Praet Edited-by: Carl Worth Restricted to just build files. --- lib/Makefile | 2 +- lib/Makefile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index b6859eac..de492a7c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# See Makfefile.local for the list of files to be compiled in this +# See Makefile.local for the list of files to be compiled in this # directory. all: $(MAKE) -C .. all diff --git a/lib/Makefile.local b/lib/Makefile.local index 4676504c..a33ba34d 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -89,7 +89,7 @@ $(dir)/$(LINKER_NAME): $(dir)/$(SONAME) install: install-$(dir) -# The (often-reused) $dir works fine within targets/pre-requisites, +# The (often-reused) $dir works fine within targets/prerequisites, # but cannot be used reliably within commands, so copy its value to a # variable that is not reused. lib := $(dir) -- cgit v1.2.3