diff options
-rw-r--r-- | lib/libkse/support/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libpthread/support/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libkse/support/Makefile.inc b/lib/libkse/support/Makefile.inc index 9f6783e..f6fec95 100644 --- a/lib/libkse/support/Makefile.inc +++ b/lib/libkse/support/Makefile.inc @@ -1,8 +1,8 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/support +.PATH: ${.CURDIR}/support -SOBJS+= thr_libc.So +SOBJS+= thr_libc.So CLEANFILES+= thr_support.So thr_libc.So: thr_support.So diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc index 9f6783e..f6fec95 100644 --- a/lib/libpthread/support/Makefile.inc +++ b/lib/libpthread/support/Makefile.inc @@ -1,8 +1,8 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/support +.PATH: ${.CURDIR}/support -SOBJS+= thr_libc.So +SOBJS+= thr_libc.So CLEANFILES+= thr_support.So thr_libc.So: thr_support.So |