windows-lwp-proto-20080311

LICENSE IPL10

Fix breakage caused by recent lwp prototyping.
This commit is contained in:
Jeffrey Altman 2008-03-11 17:00:18 +00:00
parent cadbebc2e5
commit 9473128eb3
2 changed files with 10 additions and 3 deletions

View 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)\$@

View 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