diff options
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index 473bdd14a..64e9119e3 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -10,7 +10,7 @@ all: $(RESCUE) install: $(RESCUE) cp -f $< $(STAGE2_DEST) -$(RESCUE): $(wildcard tree/**/*) list.xml drvinst guessmounts lsparts rescue-doc make_rescue_img +$(RESCUE): $(wildcard tree/**/*) $(wildcard bin/*) $(wildcard sbin/*) make_rescue_img list.xml aliases DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_rescue_img dist: tar |