From 86fe6711fcce0edecd6e049c393447a22c87829f Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 26 Dec 2001 20:01:38 +0000 Subject: [PATCH] STABLE12-top-makefile-make-installs-not-depend-on-extra-building-20011226 kernel and usermode need not depend on each other at install time --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3297bdb43..cdecbdf9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,19 +72,19 @@ only_libafs_tree: force ${TOP_INCDIR} ${TOP_INCDIR}/afs ${TOP_LIBDIR} install: all install_dirs $(MAKE) build COMPILE_PART2B=install -install_nolibafs: all install_dirs +install_nolibafs: all_nolibafs install_dirs $(MAKE) build TARGET=finale_nolibafs COMPILE_PART2B=install -install_only_libafs: all install_dirs +install_only_libafs: only_libafs install_dirs $(MAKE) build TARGET=libafs COMPILE_PART2B=install dest: all dest_dirs $(MAKE) build COMPILE_PART2B=dest -dest_nolibafs: all dest_dirs +dest_nolibafs: all_nolibafs dest_dirs $(MAKE) build TARGET=finale_nolibafs COMPILE_PART2B=dest -dest_only_libafs: all dest_dirs +dest_only_libafs: only_libafs dest_dirs $(MAKE) build TARGET=libafs COMPILE_PART2B=dest ${TOP_INCDIR} ${TOP_INCDIR}/afs ${TOP_LIBDIR}: -- 2.39.5