mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
windows-lwp-proto-20080311
LICENSE IPL10 Fix breakage caused by recent lwp prototyping.
This commit is contained in:
parent
cadbebc2e5
commit
9473128eb3
@ -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)\$@
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user