mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 15:59:35 +02:00
* proper Makefile regenerated
This commit is contained in:
parent
fcdd89b962
commit
922e99b79e
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/11/03]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/11/05]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||
@ -230,9 +230,9 @@ ifdef GDBLIBDIR
|
||||
override LIBGDBFILE:=$(firstword $(wildcard $(addsuffix /libgdb.a,$(GDBLIBDIR))))
|
||||
endif
|
||||
ifeq ($(LIBGDBFILE),)
|
||||
override GDBLIBDIR=$(wildcard libgdb/$(OS_TARGET)/$(CPU_TARGET))
|
||||
override GDBLIBDIR=$(wildcard $(FPCDIR)/libgdb/$(OS_TARGET)/$(CPU_TARGET))
|
||||
ifeq ($(GDBLIBDIR),)
|
||||
override GDBLIBDIR=libgdb/$(OS_TARGET)
|
||||
override GDBLIBDIR=$(FPCDIR)/libgdb/$(OS_TARGET)
|
||||
endif
|
||||
override LIBGDBFILE:=$(firstword $(wildcard $(addsuffix /libgdb.a,$(GDBLIBDIR))))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user