Browse Source

Makefile: remove circular dependency created by robo-changing UTILITIES->utils

* targets.mk: Remove circular dependency created by robo-changing
  UTILITIES->utils.

Fortunately this was non-fatal since direct circular dependencies are
ignored by GNU Make.  Must happen more often... :-)
Achim Gratz 12 years ago
parent
commit
a81b54968d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      targets.mk

+ 0 - 2
targets.mk

@@ -146,8 +146,6 @@ cleanaddcontrib:
 	$(RM) $(ORG_TO_LISP)
 endif
 
-cleanutils:	cleanutils
-
 cleanelc:
 	$(MAKE) -C lisp $@