Skip to content

Commit

Permalink
tarball/Cleanfile: fix empty recipes as Cleanfile is a little differe…
Browse files Browse the repository at this point in the history
…nt and some old recipies were left behind. { please squash with d3ded8f }
  • Loading branch information
redj committed May 20, 2020
1 parent d012f9d commit e1e860b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cleanfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ ifeq ($(wildcard $(_SDK_SRC_ROOT)Cleanfile),)
_SDK_SRC_ROOT = $(find_sdk_src_root)
endif

$(_SDK_SRC_ROOT)Cleanfile: ;
$(_SDK_SRC_ROOT)crossplatform.mk: ;

include $(_SDK_SRC_ROOT)crossplatform.mk

subdirs := $(sort $(filter-out .configs obj __pycache__,$(hs_ls_dir)))
Expand Down Expand Up @@ -64,5 +61,3 @@ ifdef _SDK_SRC_ROOT
endif

$(MAKEFILE_LIST): ;
$(SOURCES): ;
$(RESOURCES): ;

0 comments on commit e1e860b

Please sign in to comment.