projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a4023
)
fix ordering in last change
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 1 Sep 2001 04:21:32 +0000
(
04:21
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 1 Sep 2001 04:21:32 +0000
(
04:21
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13720
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/post.in
patch
|
blob
|
history
diff --git
a/src/config/post.in
b/src/config/post.in
index 9e27de820659f23dcf02cac7792841f7108de61f..666aee85c3cf258732be9fbbf1b5e03802297558 100644
(file)
--- a/
src/config/post.in
+++ b/
src/config/post.in
@@
-16,9
+16,9
@@
check-windows::
done ; \
$(CC) -M $(ALL_CFLAGS) $(SRCS) | \
sed -e 's; \./; ;g' \
- -e "s; $$r/"'; $$(SRCTOP)/;g' \
-e 's; $(SRCTOP)/; $$(SRCTOP)/;g' \
-e 's; $(srcdir)/; $$(srcdir)/;g' \
+ -e "s; $$r/"'; $$(SRCTOP)/;g' \
-e 's; $(BUILDTOP)/; $$(BUILDTOP)/;g' | \
sed -f $(SRCTOP)/util/depfix.sed \
> .depend; \