From: Jeffrey Altman Date: Thu, 26 Jun 2008 18:05:21 +0000 (+0000) Subject: DEVEL15-windows-vlserver-makefile-20080626 X-Git-Tag: openafs-devel-1_5_50~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=27dba34cbdd000aa0ccb458984d52dc2ee2497a6;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-vlserver-makefile-20080626 LICENSE MIT more consistency changes to get the make rules for headers right (cherry picked from commit c051bf547636be32372d5eb01afc0b1c55f25c43) --- diff --git a/src/vlserver/NTMakefile b/src/vlserver/NTMakefile index 2ca4544e0..c1654d720 100644 --- a/src/vlserver/NTMakefile +++ b/src/vlserver/NTMakefile @@ -21,11 +21,7 @@ INCFILES = \ $(INCFILEDIR)\vlserver.h \ $(INCFILEDIR)\vldbint.h - -$(INCFILEDIR)\afs\vlserver.h: vlserver.h - $(COPY) vlserver.h $(INCFILEDIR)\vlserver.h - -$(INCFILEDIR)\afs\vl_opcodes.h: vl_opcodes.h +$(INCFILEDIR)\vl_opcodes.h: vl_opcodes.h $(COPY) vl_opcodes.h $(INCFILEDIR)\vl_opcodes.h ############################################################################ @@ -127,7 +123,7 @@ $(INCFILEDIR)\vldbint.h: vldbint.h # Definitions for generating files via COMPILE_ET # Need an explicit copy here, since we've fussed with the general rule. -vlserver.h vl_errors.c: vl_errors.et vlserver.p.h +$(INCFILEDIR)\vlserver.h vlserver.h vl_errors.c: vl_errors.et vlserver.p.h $(DEL) vlserver.h vl_errors.c $(COMPILE_ET) vl_errors -h vlserver $(COPY) vlserver.h $(INCFILEDIR)\vlserver.h