winnt-more-makefile-fixes-for-cvs-head-20010906
[openafs.git] / src / WINNT / afs_setup_utils / NTMakefile
index f5eed59..8ac4df9 100644 (file)
@@ -88,12 +88,14 @@ $(AFSRM_EXEFILE): $(AFSRM_EXEOBJS) $(AFSRM_EXELIBS)
 
 install : $(INSTALL_UTILS_DLLFILE) $(SERVER_UNINST_DLLFILE) $(CLIENT_UNINST_DLLFILE) \
           $(CC_UNINST_DLLFILE) $(LIGHT_CLIENT_UNINST_DLLFILE) $(DOCS_UNINST_DLLFILE) \
+
+media : install
           $(AFSRM_EXEFILE) lang
                  cd _isuser
-                 nmake -fntmakefile
+                 nmake -fntmakefile install
           $(CD) ..
                  cd getwebdll
-                 nmake -fntmakefile
+                 nmake -fntmakefile install
           $(CD) ..
                  echo 
 
@@ -171,6 +173,13 @@ clean::
    nmake -fntmakefile clean
    $(CD) ..
    echo done clean
+   cd _isuser
+   nmake -fntmakefile clean
+   $(CD) ..
+   cd getwebdll
+   nmake -fntmakefile clean
+   $(CD) ..
+   echo
 
 ############################################################################
 #