summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rootfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index eb96398..e1588cb 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -34,5 +34,5 @@ gold: $(gold)
34$(gold): $(rootfs) 34$(gold): $(rootfs)
35 $(sudo) $(fsmgr) build $@ 35 $(sudo) $(fsmgr) build $@
36 36
37$(patchfs): 37$(patchfs) $(rootfs):
38 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $(patchfs) 38 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@