From f455f02c9337ea7fb47e36b8952f491fd0c1bbd7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 7 Dec 1993 03:17:57 +0000 Subject: Formerly Makefile.~5~ --- boot/Makefile | 4 ++++ libiohelp/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/boot/Makefile b/boot/Makefile index c4a78945..2e86c260 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -15,12 +15,16 @@ # along with the GNU Hurd; see the file COPYING. If not, write to # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +dir := boot + include ../Makeconf VPATH=.:../machine OBJS = boot.o notifyServer.o execServer.o deviceServer.o boot_machdep.o +DIST_FILES = boot.c Makefile + boot: $(OBJS) $(link) diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 867cb4cc..def149c8 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -24,7 +24,7 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \ initialize_conch.o verify_user_conch.o -DIST_FILES = $(SRCS) Makefile +DIST_FILES = $(SRCS) Makefile libioserver.h # Make sure we get local copies of the headers we install. CPPFLAGS := -I. $(CPPFLAGS) -- cgit v1.2.3