mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- remove check. Fixes e.g. buildroot
This commit is contained in:
parent
39a9fddb53
commit
478a188e85
@ -10,11 +10,9 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
|||||||
-include $(top_builddir)/.config
|
-include $(top_builddir)/.config
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MAKELEVEL),0)
|
|
||||||
ifeq ($(HAVE_DOT_CONFIG),y)
|
ifeq ($(HAVE_DOT_CONFIG),y)
|
||||||
rules-mak-rules:=0
|
rules-mak-rules:=0
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
PROG := busybox
|
PROG := busybox
|
||||||
|
Loading…
Reference in New Issue
Block a user