From 9dda9514288ce47aad8c347466a49ba950214e4e Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 24 Sep 2004 17:56:21 +0000 Subject: Fixed a typo in the Makefile. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b61083d03..d62a9183b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ lfs: index.html part1.html part2.html part3.html longindex.html for filename in `find $(BASEDIR) -name "*.html"`; do \ - $TIDY -config tidy.conf $$filename; \ + $(TIDY) -config tidy.conf $$filename; \ true; \ done; -- cgit v1.2.3-54-g00ecf