Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ipsec-tools/src/include-glibc Don't derefence th...
details: https://anonhg.NetBSD.org/src/rev/9db9f9df5cf0
branches: trunk
changeset: 783774:9db9f9df5cf0
user: tteras <tteras%NetBSD.org@localhost>
date: Tue Jan 08 12:38:40 2013 +0000
description:
Don't derefence the directory symlink which we might be recreating.
diffstat:
crypto/dist/ipsec-tools/src/include-glibc/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r fb2f3b1371b2 -r 9db9f9df5cf0 crypto/dist/ipsec-tools/src/include-glibc/Makefile.am
--- a/crypto/dist/ipsec-tools/src/include-glibc/Makefile.am Tue Jan 08 12:15:42 2013 +0000
+++ b/crypto/dist/ipsec-tools/src/include-glibc/Makefile.am Tue Jan 08 12:38:40 2013 +0000
@@ -1,6 +1,6 @@
.includes: ${top_builddir}/config.status
- ln -sf $(KERNEL_INCLUDE)/linux
+ ln -snf $(KERNEL_INCLUDE)/linux
touch .includes
all: .includes
Home |
Main Index |
Thread Index |
Old Index