From 9473128eb375b3ec31560613842220b934e07de6 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 11 Mar 2008 17:00:18 +0000 Subject: [PATCH] windows-lwp-proto-20080311 LICENSE IPL10 Fix breakage caused by recent lwp prototyping. --- src/NTMakefile | 9 ++++++++- src/lwp/NTMakefile | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 05319585bb..87e43a522a 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 fd56007b34..a23439e867 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