Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/ipsec-tools-0_8-branch]: src/crypto/dist/ipsec-tools/src/include-glibc D...



details:   https://anonhg.NetBSD.org/src/rev/a57c1758770c
branches:  ipsec-tools-0_8-branch
changeset: 763335:a57c1758770c
user:      tteras <tteras%NetBSD.org@localhost>
date:      Tue Jan 08 12:38:54 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 556a2e22dfaa -r a57c1758770c crypto/dist/ipsec-tools/src/include-glibc/Makefile.am
--- a/crypto/dist/ipsec-tools/src/include-glibc/Makefile.am     Mon Dec 24 14:50:39 2012 +0000
+++ b/crypto/dist/ipsec-tools/src/include-glibc/Makefile.am     Tue Jan 08 12:38:54 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