X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2FWINNT%2Fclient_cpa%2Flang%2FNTMakefile;h=5dd165dbc53ff72d417fef34e290a6f0b35ff425;hp=351bdbcf5a3828e14967cef0a8fa480a7c4c1050;hb=7f4414ae3983fe7260de19cf3ccb7659d76a33f3;hpb=fb5bcd00fc6f1560d7d02115a0b5beaa3014a0e7 diff --git a/src/WINNT/client_cpa/lang/NTMakefile b/src/WINNT/client_cpa/lang/NTMakefile index 351bdbc..5dd165d 100644 --- a/src/WINNT/client_cpa/lang/NTMakefile +++ b/src/WINNT/client_cpa/lang/NTMakefile @@ -12,7 +12,7 @@ AFSDEV_AUXRCFLAGS = $(AFSDEV_AUXRCFLAGS) -I$(DESTDIR)\include -I.. # include the primary makefile !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME) -!INCLUDE ..\..\..\config\NTMakefile.version +!include ..\..\..\config\NTMakefile.version ############################################################################ # @@ -48,9 +48,7 @@ $(DLLFILE) : $(DLLOBJS) install : $(DLLFILE) clean :: - @if exist *.res del *.res - @if exist RC*. del RC*. - @if exist RD*. del RD*. + $(DEL) *.res RC* RD* $(DLLFILE) $(DEL) $(DLLFILE) ############################################################################ #