diff options
author | Miles Bader <miles@gnu.org> | 1996-06-20 03:28:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-20 03:28:41 +0000 |
commit | 4d1d4a56ba2bba024384c8e8b3a73c7fa1986251 (patch) | |
tree | c4328fc91e0a902a5acde7e0bc16c1e6d71f686a /libdiskfs | |
parent | d9a645c9706f1899d81b7798b953e4f411345840 (diff) |
(OTHERSRCS):
Add opts-std-runtime.c, opts-append-std.c, opts-runtime.c.
Remove opts-runtime-parse.c, opts-runtime-unparse.c
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index fadc4100..f0666cbf 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -42,8 +42,8 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ init-init.c init-startup.c init-first.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-parse.c \ - opts-runtime-unparse.c opts-common.c \ + opts-set.c opts-get.c opts-std-startup.c opts-std-runtime.c \ + opts-append-std.c opts-common.c opts-runtime.c \ trans-callback.c readonly.c remount.c filedev.c machdev.c \ dev-open.c dev-io.c dev-globals.c console.c disk-pager.c \ name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c dead-name.c |