From 3ee0bc2311210622f7f3650bb7b35f18f4a4a5ed Mon Sep 17 00:00:00 2001 From: David Quintana Date: Tue, 8 Sep 2015 00:48:25 +0000 Subject: [PATCH] Oops. Forgot to includethis file in the commit. svn path=/trunk/; revision=69107 --- reactos/tools/fatten/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/tools/fatten/CMakeLists.txt b/reactos/tools/fatten/CMakeLists.txt index 81bbaa1fb79..3bda25e73d1 100644 --- a/reactos/tools/fatten/CMakeLists.txt +++ b/reactos/tools/fatten/CMakeLists.txt @@ -3,5 +3,4 @@ add_executable(fatten fatten.c fatfs/diskio.c fatfs/ff.c - fatfs/option/syscall.c fatfs/option/ccsbcs.c)