Added target to .PHONY
authorTim Pope <code@tpope.net>
Thu, 13 Nov 2003 03:24:22 +0000 (03:24 +0000)
committerTim Pope <code@tpope.net>
Thu, 13 Nov 2003 03:24:22 +0000 (03:24 +0000)
Makefile

index 0b08d71e88d6e1403bd436f6f927c1c93e05bc36..34c11803b81f6085db4fbbe3a2236988d97d4a5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ MAKEINDEX=/usr/bin/makeindex
 
 
 .SUFFIXES: .sty .ins .dtx .dvi .ps .pdf
-.PHONY: clean distclean tar zip install
+.PHONY: clean distclean tar zip install target
 
 %.ind: %.idx
        $(MAKEINDIX) -s gglo.ist -o $@ $<