From: Ken Raeburn Date: Fri, 18 Nov 2005 01:46:39 +0000 (+0000) Subject: * Makefile.in (osconf.h): Always remove osconf.new X-Git-Tag: ms-bug-test-20060525~68 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=197a2fb6c808a388e7fd60b0aee453b820a54418;p=krb5.git * Makefile.in (osconf.h): Always remove osconf.new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17498 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index dd597d629..dcce9d0a7 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 Ken Raeburn + + * Makefile.in (osconf.h): Always remove osconf.new. + 2005-10-06 Ken Raeburn * Makefile.in (autoconf.stamp): When running config.status, only diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index b8d7d51fa..429b35515 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -56,7 +56,8 @@ OSCONFSRC = $(srcdir)/stock/osconf.h osconf.h: $(OSCONFSRC) Makefile cat $(OSCONFSRC) | sed $(PROCESS_REPLACE) > osconf.new @set -x ; if cmp -s osconf.new osconf.h ; then : osconf.h is current ; \ - else ($(RM) osconf.h ; $(CP) osconf.new osconf.h; $(RM) osconf.new) fi + else ($(RM) osconf.h ; $(CP) osconf.new osconf.h) fi + $(RM) osconf.new ##DOS##!endif ###############################################################################