summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/nidmgrdll
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-02 21:44:07 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-02 21:44:07 +0000
commit23b96366d567c5032e7500a82676a315ff3f0834 (patch)
tree2e65a6f52b507fbcb22945e0efd74d20fc35b976 /src/windows/identity/nidmgrdll
parentf26a3212de48d3746036618cd10ea4db3a363988 (diff)
downloadkrb5-23b96366d567c5032e7500a82676a315ff3f0834.tar.gz
krb5-23b96366d567c5032e7500a82676a315ff3f0834.tar.xz
krb5-23b96366d567c5032e7500a82676a315ff3f0834.zip
More existence tests; path update
Modify remainder of Makefiles that were sensitive to identity/obj or other cleaned files not being present. Update util/et/Makefile.in to look for com_err.h in src/include, not src/include/src. ticket: 5457 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19203 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/nidmgrdll')
-rw-r--r--src/windows/identity/nidmgrdll/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/identity/nidmgrdll/Makefile b/src/windows/identity/nidmgrdll/Makefile
index 324097ef3f..7525b91cd3 100644
--- a/src/windows/identity/nidmgrdll/Makefile
+++ b/src/windows/identity/nidmgrdll/Makefile
@@ -120,5 +120,5 @@ $(DLLFILE): $(OBJFILES) $(RESFILES)
all: mkdirs $(DLLFILE)
clean::
- $(RM) $(DLLFILE)
- $(RM) $(DLLFILE).manifest
+ if exist '$(DLLFILE)' $(RM) $(DLLFILE)
+ if exist '$(DLLFILE).manifest' $(RM) $(DLLFILE).manifest