tools/squashfs: refresh patches
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 47859
This commit is contained in:
parent
fd1c1b4918
commit
34124de139
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/squashfs-tools/Makefile
|
||||
+++ b/squashfs-tools/Makefile
|
||||
@@ -7,6 +8,9 @@ all: mksquashfs unsquashfs
|
||||
@@ -7,6 +7,9 @@ all: mksquashfs unsquashfs
|
||||
mksquashfs: mksquashfs.o read_fs.o sort.o
|
||||
$(CC) mksquashfs.o read_fs.o sort.o -lz -o $@
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
mksquashfs.o: mksquashfs.c squashfs_fs.h mksquashfs.h global.h sort.h
|
||||
|
||||
read_fs.o: read_fs.c squashfs_fs.h read_fs.h global.h
|
||||
@@ -16,4 +20,9 @@ sort.o: sort.c squashfs_fs.h global.h so
|
||||
@@ -16,4 +19,9 @@ sort.o: sort.c squashfs_fs.h global.h so
|
||||
unsquashfs: unsquashfs.o
|
||||
$(CC) unsquashfs.o -lz -o $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue