From 197a2fb6c808a388e7fd60b0aee453b820a54418 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 18 Nov 2005 01:46:39 +0000 Subject: * Makefile.in (osconf.h): Always remove osconf.new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17498 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 4 ++++ src/include/krb5/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include') 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 ############################################################################### -- cgit