Skip to content

Commit e1e860b

Browse files
committed
tarball/Cleanfile: fix empty recipes as Cleanfile is a little different and some old recipies were left behind. { please squash with d3ded8f }
1 parent d012f9d commit e1e860b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cleanfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ ifeq ($(wildcard $(_SDK_SRC_ROOT)Cleanfile),)
2121
_SDK_SRC_ROOT = $(find_sdk_src_root)
2222
endif
2323

24-
$(_SDK_SRC_ROOT)Cleanfile: ;
25-
$(_SDK_SRC_ROOT)crossplatform.mk: ;
26-
2724
include $(_SDK_SRC_ROOT)crossplatform.mk
2825

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

6663
$(MAKEFILE_LIST): ;
67-
$(SOURCES): ;
68-
$(RESOURCES): ;

0 commit comments

Comments
 (0)