Use ./ prefix for ppas on Unix systems

git-svn-id: trunk@23959 -
This commit is contained in:
pierre 2013-03-22 22:17:11 +00:00
parent 6f0c1f0c9c
commit ab54fee4d8

View File

@ -9,7 +9,7 @@
# OS categories
BSDs = freebsd netbsd openbsd darwin
UNIXs = linux $(BSDs) solaris qnx haiku aix
UNIXs = linux $(BSDs) solaris qnx haiku aix
LIMIT83fs = go32v2 os2 emx watcom
OSNeedsComspecToRunBatch = go32v2 watcom
@ -1166,7 +1166,11 @@ RC=$(RCPROG)
AR=$(ARPROG)
# ppas.bat / ppas.sh
ifdef inUnix
PPAS=./ppas$(SRCBATCHEXT)
else
PPAS=ppas$(SRCBATCHEXT)
endif
# ldconfig to rebuild .so cache
ifdef inUnix