From 23b96366d567c5032e7500a82676a315ff3f0834 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Fri, 2 Mar 2007 21:44:07 +0000 Subject: 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 --- src/windows/identity/plugins/common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/windows/identity/plugins') diff --git a/src/windows/identity/plugins/common/Makefile b/src/windows/identity/plugins/common/Makefile index 5107edca4..4e97c6638 100644 --- a/src/windows/identity/plugins/common/Makefile +++ b/src/windows/identity/plugins/common/Makefile @@ -36,8 +36,8 @@ OBJFILES= \ all: mkdirs $(INCFILES) $(OBJFILES) clean:: - $(RM) $(INCFILES) - $(RM) $(OBJFILES) + if exist '..\..\obj' $(RM) $(INCFILES) + if exist '..\..\obj' $(RM) $(OBJFILES) {}.c{$(LIBDIR)}.obj: $(C2OBJ) -- cgit