winnt-build-cleanup-20030825
[openafs.git] / src / rxstat / NTMakefile
index cb63e8c..0598ad2 100644 (file)
@@ -32,7 +32,10 @@ $(LIBFILE): $(LIBOBJS)
 rxstat.cs.c rxstat.ss.c rxstat.xdr.c rxstat.h: rxstat.xg
        $(RXGEN) -x $**
 
-install: $(LIBFILE) $(INCFILES)
+copyheader: rxstat.h
+   $(COPY) rxstat.h $(INCFILEDIR)\rx\rxstat.h
+
+install: copyheader $(LIBFILE) $(INCFILES)
 
 install9x: install
 
@@ -42,4 +45,3 @@ clean::
 
 
 mkdir:
-