summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/post.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/post.in b/src/config/post.in
index 9e27de820..666aee85c 100644
--- 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; \