소스 검색

Fixed a typo in the Makefile.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 년 전
부모
커밋
9dda951428
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
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;