diff options
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r-- | winsup/Makefile.common | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 954c8477c..b028146ec 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -29,10 +29,8 @@ endif pwd:=${shell pwd} ifneq "${filter winsup%,${notdir $(pwd)}}" "" -a:=${shell ${filter winsup%,${notdir $(pwd)}} >/dev/tty} here:=${pwd}/cygwin else -a:=${shell ${filter winsup%,${notdir $(pwd)}} >/dev/tty} here:=${dir $(pwd)}cygwin endif bupdir:=${shell cd $(here)/..; pwd} |