fix bug in touch command
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 30 Jul 2004 00:47:04 +0000 (00:47 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 30 Jul 2004 00:47:04 +0000 (00:47 +0000)
doc/Makefile.am

index efa5f88..b461fde 100644 (file)
@@ -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