revert erroneous checkin

This commit is contained in:
Christopher Faylor 2003-07-26 01:52:52 +00:00
parent c2af0de226
commit 4b2bb1425e
1 changed files with 0 additions and 6 deletions

View File

@ -18,7 +18,6 @@ override srcdir:=${shell cd $(srcdir); pwd}
ifneq (,${filter-out /%,$(srcdir)})
updir:=$(srcdir)/..
updir1:=$(updir)/..
aux_dir:=$(updir)/../..
else
updir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(srcdir)):::}}
ifneq (,${findstring /,$(updir)})
@ -26,11 +25,6 @@ ifneq (,${findstring /,$(updir)})
else
updir1:=$(updir)/..
endif
ifneq (,${findstring /,$(updir1)})
aux_dir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(updir1)):::}}
else
aux_dir:=$(updir1)/..
endif
endif
pwd:=${shell pwd}