mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
.config.mak.
This commit is contained in:
parent
e3324502a5
commit
9ebd1bd468
@ -12,6 +12,12 @@ top_builddir=..
|
|||||||
endif
|
endif
|
||||||
srcdir=$(top_srcdir)/libbb
|
srcdir=$(top_srcdir)/libbb
|
||||||
LIBBB_DIR:=./
|
LIBBB_DIR:=./
|
||||||
|
|
||||||
|
# Ensure "all" is still the default target when make is run by itself in
|
||||||
|
# libbb, even if the files we include define rules for targets.
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
include $(top_srcdir)/Rules.mak
|
include $(top_srcdir)/Rules.mak
|
||||||
include $(top_builddir)/.config
|
include $(top_builddir)/.config
|
||||||
include Makefile.in
|
include Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user