From 50452ab0bc3352d511b6faa54eb5e34f0f19fbe3 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 30 Jul 2004 00:47:04 +0000 Subject: [PATCH] fix bug in touch command --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4