mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 20:27:12 +01:00
+ Fixed some dependencies
This commit is contained in:
parent
a63a672f28
commit
003a9b8a16
@ -2153,7 +2153,7 @@ makefiles: fpc_makefiles
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
db$(PPUEXT): db.pp fields.inc dataset.inc dbs.inc
|
||||
db$(PPUEXT): dbconst$(PPUEXT) db.pp bufdataset.inc database.inc dataset.inc datasource.inc fields.inc
|
||||
ddg_ds$(PPUEXT): db$(PPUEXT) ddg_rec$(PPUEXT) ddg_ds.pp
|
||||
testds$(EXEEXT): ddg_ds$(PPUEXT) testds.pp
|
||||
tested$(EXEEXT): ddg_ds$(PPUEXT) tested.pp
|
||||
|
||||
@ -30,7 +30,7 @@ fpcdir=../..
|
||||
|
||||
|
||||
[rules]
|
||||
db$(PPUEXT): db.pp fields.inc dataset.inc dbs.inc
|
||||
db$(PPUEXT): dbconst$(PPUEXT) db.pp bufdataset.inc database.inc dataset.inc datasource.inc fields.inc
|
||||
|
||||
ddg_ds$(PPUEXT): db$(PPUEXT) ddg_rec$(PPUEXT) ddg_ds.pp
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user