summaryrefslogtreecommitdiff
path: root/devio/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-30 14:03:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-30 14:03:40 +0000
commitdb675038dce95e18044b2b53b3d7261098d89166 (patch)
treedb59a5bda6e9dac8ad6e6995b05107982c98a15e /devio/Makefile
parentb35ef8ef7902313081fa263694ff5ea32dce170f (diff)
(include ../Makeconf): BEFORE dependencies.
($(prefix)/dev/MAKEDEV): Find MAKEDEV in $(srcdir).
Diffstat (limited to 'devio/Makefile')
-rw-r--r--devio/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devio/Makefile b/devio/Makefile
index 08f9e4a1..a1494a55 100644
--- a/devio/Makefile
+++ b/devio/Makefile
@@ -1,6 +1,6 @@
# Makefile for devio
#
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -26,11 +26,11 @@ DIST_FILES = MAKEDEV
OBJS = $(SRCS:.c=.o)
-devio: $(OBJS) ../libtrivfs/libtrivfs.a ../libpager/libpager.a ../libports/libports.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
-
include ../Makeconf
+devio: $(OBJS) ../libtrivfs/libtrivfs.a ../libpager/libpager.a ../libports/libports.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
+
install: $(prefix)/dev/MAKEDEV
$(prefix)/dev/MAKEDEV: MAKEDEV
- $(INSTALL_PROGRAM) MAKEDEV $(prefix)/dev/MAKEDEV
+ $(INSTALL_PROGRAM) $(srcdir)/MAKEDEV $(prefix)/dev/MAKEDEV