22 lines
678 B
Diff
22 lines
678 B
Diff
From 19fcc9365dcdb2c22d232d42d11012940df64b7c Mon Sep 17 00:00:00 2001
|
|
From: Phillip Lougher <phillip@squashfs.org.uk>
|
|
Date: Tue, 14 Sep 2021 05:41:27 +0100
|
|
Subject: [PATCH] Unsquashfs: Add makefile entry for unsquash-12.o
|
|
|
|
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
|
|
---
|
|
squashfs-tools/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/squashfs-tools/Makefile
|
|
+++ b/squashfs-tools/Makefile
|
|
@@ -353,7 +353,7 @@ unsquash-34.o: unsquashfs.h unsquash-34.
|
|
|
|
unsquash-1234.o: unsquash-1234.c
|
|
|
|
-unsquash-1234.o: unsquash-12.c
|
|
+unsquash-12.o: unsquash-12.c unsquashfs.h
|
|
|
|
unsquashfs_xattr.o: unsquashfs_xattr.c unsquashfs.h squashfs_fs.h xattr.h
|
|
|