summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-07-30 00:47:04 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-07-30 00:47:04 +0000
commit50452ab0bc3352d511b6faa54eb5e34f0f19fbe3 (patch)
tree5102cbb57cf22c976473780296891a49f94f3ec7 /doc/Makefile.am
parent90e5716b012f655ed732ed1464d31de7744dbc47 (diff)
downloadflac-50452ab0bc3352d511b6faa54eb5e34f0f19fbe3.tar.gz
fix bug in touch command
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index efa5f880..b461fde4 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