From: Josh Coalson Date: Fri, 30 Jul 2004 00:47:04 +0000 (+0000) Subject: fix bug in touch command X-Git-Tag: 1.2.0~782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50452ab0bc3352d511b6faa54eb5e34f0f19fbe3;p=platform%2Fupstream%2Fflac.git fix bug in touch command --- diff --git a/doc/Makefile.am b/doc/Makefile.am index efa5f88..b461fde 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,7 @@ FLAC.tag: Doxyfile else FLAC.tag: echo "*** Warning: Doxygen not found; documentation will not be built." - touch $< + touch $@ mkdir -p html/api endif