diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-04 21:49:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-04 21:49:09 +0000 |
commit | a91d6435e768454b58ede490600ecb07a3def80d (patch) | |
tree | 42ca4938a4e9d1b9c5ba8a5db23a8e13e9282872 /libdiskfs/Makefile | |
parent | b8c5df7a331c093244ca0f6c526bffd79033804e (diff) |
(OTHERSRCS): Remove exc.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 74827bb5..78dd8939 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -40,7 +40,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \ peropen-make.c peropen-rele.c protid-make.c protid-rele.c \ init-init.c init-startup.c init-first.c init-completed.c \ - rdwr-internal.c boot-start.c demuxer.c exc.c node-times.c shutdown.c \ + rdwr-internal.c boot-start.c demuxer.c node-times.c shutdown.c \ sync-interval.c sync-default.c opts-set.c opts-get.c opts-std-startup.c \ opts-runtime-def.c opts-common.c trans-callback.c readonly.c remount.c \ filedev.c machdev.c dev-open.c dev-io.c dev-globals.c console.c |