Browse Source

* look for sub directories of utils that contain Makefile instead of Makefile.fpc just like the one in packages does

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

+ 1 - 1
utils/Makefile.fpc

@@ -75,7 +75,7 @@ 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