projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d5ee3
)
* Makefile.in (osconf.h): Use move-if-changed script
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 20 Jan 2007 17:05:02 +0000
(17:05 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 20 Jan 2007 17:05:02 +0000
(17:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19091
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/Makefile.in
patch
|
blob
|
history
diff --git
a/src/include/Makefile.in
b/src/include/Makefile.in
index da76528a4fb01d5373803f6d4ab38d6c1c175e7f..888076ee5d0ae4eae66421ea715be7f5a4150fce 100644
(file)
--- a/
src/include/Makefile.in
+++ b/
src/include/Makefile.in
@@
-67,9
+67,7
@@
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) fi
- $(RM) osconf.new
+ $(MOVEIFCHANGED) osconf.new osconf.h
##DOS##!endif
###############################################################################