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