|
@@ -392,7 +392,7 @@ endif
|
|
# Test FPCDIR to look if the RTL dir exists
|
|
# Test FPCDIR to look if the RTL dir exists
|
|
ifdef FPCDIR
|
|
ifdef FPCDIR
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
-ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
|
|
|
|
+ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl)),)
|
|
override FPCDIR=wrong
|
|
override FPCDIR=wrong
|
|
endif
|
|
endif
|
|
else
|
|
else
|