From db675038dce95e18044b2b53b3d7261098d89166 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Apr 1996 14:03:40 +0000 Subject: (include ../Makeconf): BEFORE dependencies. ($(prefix)/dev/MAKEDEV): Find MAKEDEV in $(srcdir). --- devio/Makefile | 8 ++++---- 1 file 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 -- cgit v1.2.3