summaryrefslogtreecommitdiff
path: root/devio
diff options
context:
space:
mode:
Diffstat (limited to 'devio')
-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