mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
Use ./ prefix for ppas on Unix systems
git-svn-id: trunk@23959 -
This commit is contained in:
parent
6f0c1f0c9c
commit
ab54fee4d8
@ -1166,7 +1166,11 @@ RC=$(RCPROG)
|
|||||||
AR=$(ARPROG)
|
AR=$(ARPROG)
|
||||||
|
|
||||||
# ppas.bat / ppas.sh
|
# ppas.bat / ppas.sh
|
||||||
|
ifdef inUnix
|
||||||
|
PPAS=./ppas$(SRCBATCHEXT)
|
||||||
|
else
|
||||||
PPAS=ppas$(SRCBATCHEXT)
|
PPAS=ppas$(SRCBATCHEXT)
|
||||||
|
endif
|
||||||
|
|
||||||
# ldconfig to rebuild .so cache
|
# ldconfig to rebuild .so cache
|
||||||
ifdef inUnix
|
ifdef inUnix
|
||||||
|
Loading…
Reference in New Issue
Block a user