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

Fix breakage caused by recent lwp prototyping.

src/NTMakefile
src/lwp/NTMakefile

index 05319585bba9664fa13cfe5021737cd59aa39848..87e43a522ae55c4bee52ec0449bb1ea4181dec48 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