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... :-)
This commit is contained in:
Achim Gratz 2012-08-23 17:59:23 +02:00
parent d4d29efb53
commit a81b54968d
1 changed files with 0 additions and 2 deletions

View File

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