From 832e9a0d003b6c78a53a4b7be6c47d131a442699 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 11 Mar 2008 17:02:04 +0000 Subject: [PATCH] DEVEL15-windows-lwp-proto-20080311 LICENSE IPL10 Fix breakage caused by recent lwp prototyping. (cherry picked from commit 9473128eb375b3ec31560613842220b934e07de6) --- src/NTMakefile | 9 ++++++++- src/lwp/NTMakefile | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 0b8d325e3..e1dd6b23b 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -60,7 +60,14 @@ afsreg_headers: $(NTMAKE_HEADERS) $(CD) ..\..\.. -util: procmgmt_headers afsreg_headers +lwp_headers: + echo ***** $@ + $(DOCD) $(SRC)\lwp + $(CD) $(SRC)\lwp + $(NTMAKE_HEADERS) + $(CD) ..\..\.. + +util: procmgmt_headers afsreg_headers lwp_headers echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ diff --git a/src/lwp/NTMakefile b/src/lwp/NTMakefile index fd56007b3..a23439e86 100644 --- a/src/lwp/NTMakefile +++ b/src/lwp/NTMakefile @@ -31,9 +31,9 @@ INCFILES = \ $(DESTDIR)\include\preempt.h \ $(DESTDIR)\include\timer.h +install_headers: $(INCFILES) - -install: $(LIBFILE) $(INCFILES) +install: install_headers $(LIBFILE) install9x: install -- 2.39.5