diff options
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index 9e6b80637..a53703d0f 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.45.1 +VERSION=1.47 PRODUCT=drakx-installer-rescue RESCUE = rescue.sqfs @@ -10,7 +10,7 @@ all: $(RESCUE) install: $(RESCUE) cp -f $< $(STAGE2_DEST) -$(RESCUE): 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 |