]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-lwp-proto-20080311
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 11 Mar 2008 17:02:04 +0000 (17:02 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 11 Mar 2008 17:02:04 +0000 (17:02 +0000)
LICENSE IPL10

Fix breakage caused by recent lwp prototyping.

(cherry picked from commit 9473128eb375b3ec31560613842220b934e07de6)

src/NTMakefile
src/lwp/NTMakefile

index 0b8d325e37015cc7f0187a165e3fb3fc0444cddc..e1dd6b23b1e16d0f7839d9760a892f08698cff8e 100644 (file)
@@ -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)\$@
index fd56007b34adc5b6f89f1f9a014baf99933bab60..a23439e867229966fc1f917c00fcb31671780bf5 100644 (file)
@@ -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