Browse Source

* regenerate Makefile

Sven/Sarah Barth 1 year ago
parent
commit
b98df20b4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/Makefile

+ 1 - 1
utils/Makefile

@@ -2914,7 +2914,7 @@ else
 clean:
 	$(FPMAKE_BIN_CLEAN) clean $(FPMAKE_OPT)
 endif
-CLEAN_TARGET_DIRS=$(subst /Makefile.fpc, ,$(wildcard */Makefile.fpc))
+CLEAN_TARGET_DIRS=$(subst /Makefile, ,$(wildcard */Makefile))
 %_distclean:
 	$(MAKE) -C $* distclean
 ifeq ($(FPMAKE_BIN_CLEAN),)