From 051118d6b3ef203a110362f5ea8ed312cb36aebe Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 8 Jan 2011 23:11:26 +0100 Subject: [PATCH] fix symlink to be relative, not absolute thanks to kevin / tsaitgaist --- at91sam7/host/simtrace_usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at91sam7/host/simtrace_usb.h b/at91sam7/host/simtrace_usb.h index e54cd99..68378ac 120000 --- a/at91sam7/host/simtrace_usb.h +++ b/at91sam7/host/simtrace_usb.h @@ -1 +1 @@ -/sunbeam/home/laforge/projects/git/openpcd/firmware/include/simtrace_usb.h \ No newline at end of file +../../../openpcd/firmware/include/simtrace_usb.h \ No newline at end of file