From 647f056f6bef6dc8b9ccc8a6a13632cc7d2a6498 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 3 Apr 2020 02:06:24 +0000 Subject: [PATCH] Remove more references to the removed scst_proc.c source file git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8846 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- debian/copyright | 1 - scst/src/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index 5e351cfd4..ce26c70bf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -229,7 +229,6 @@ Files: scst/Makefile scst/src/scst_pres.c scst/src/scst_pres.h scst/src/scst_priv.h - scst/src/scst_proc.c scst/src/scst_sysfs.c scst/src/scst_targ.c scst/src/scst_tg.c diff --git a/scst/src/Makefile b/scst/src/Makefile index 60e07fa00..9f6f3c91f 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -64,7 +64,6 @@ scst-y += scst_main.o scst-y += scst_targ.o scst-y += scst_local_cmd.o scst-y += scst_lib.o -#scst-y += scst_proc.o scst-y += scst_sysfs.o scst-y += scst_mem.o scst-y += scst_debug.o