]> the.earth.li Git - onak.git/commitdiff
Simple typo fix.
authorJonathan McDowell <noodles@earth.li>
Wed, 9 Jun 2004 10:34:07 +0000 (10:34 +0000)
committerJonathan McDowell <noodles@earth.li>
Wed, 9 Jun 2004 10:34:07 +0000 (10:34 +0000)
Fix Makefile.in distclean target; the removal of .depend had ended up as
depend instead so wasn't getting cleaned.

Makefile.in

index 4fce6ddbbb2e223d5855e061f8dc4e44d6a12d99..0687699852583bbd8a7b2da66d3c25b509dd2817 100644 (file)
@@ -58,7 +58,7 @@ clean:
                sixdegrees.o splitkeys.o
 
 distclean: clean
-       $(RM) -f Makefile depend config.{log,status,h}
+       $(RM) -f Makefile .depend config.{log,status,h}
        $(RM) -r autom4te.cache
 
 .depend: $(SRCS)