diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
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 <raeburn@mit.edu> + + * Makefile.in (osconf.h): Always remove osconf.new. + 2005-10-06 Ken Raeburn <raeburn@mit.edu> * 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 ############################################################################### |
