summaryrefslogtreecommitdiff
path: root/rtl/nds
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-09-19 20:49:12 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-09-19 20:49:12 +0000
commit907d2b716d34965e0c21f9eb4130405b8e6a7fc0 (patch)
tree13daaffb6842c374d7da7fa7bbb4dc89db71366c /rtl/nds
parent3d8091d05d43f9547e91a2cd1fc86966536f527c (diff)
downloadfpc-907d2b716d34965e0c21f9eb4130405b8e6a7fc0.tar.gz
+ Add math unit dependency to types$(PPUEXT) rule.
* Fix missing close-brace in several types$(PPUEXT) rules. git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@43042 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/nds')
-rw-r--r--rtl/nds/Makefile2
-rw-r--r--rtl/nds/Makefile.fpc2
2 files changed, 2 insertions, 2 deletions
diff --git a/rtl/nds/Makefile b/rtl/nds/Makefile
index c348d9c5c0..efa4242099 100644
--- a/rtl/nds/Makefile
+++ b/rtl/nds/Makefile
@@ -2999,7 +2999,7 @@ typinfo$(PPUEXT): $(OBJPASDIR)/typinfo.pp objpas$(PPUEXT)
$(COMPILER) -Sg $(OBJPASDIR)/typinfo.pp $(REDIR)
math$(PPUEXT): $(OBJPASDIR)/math.pp objpas$(PPUEXT) sysutils$(PPUEXT)
$(COMPILER) $(OBJPASDIR)/math.pp $(REDIR)
-types$(PPUEXT) : $(OBJPASDIR/types.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
+types$(PPUEXT) : $(OBJPASDIR)/types.pp objpas$(PPUEXT) math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $(OBJPASDIR)/types.pp
rtlconsts$(PPUEXT) : $(OBJPASDIR)/rtlconsts.pp
$(COMPILER) $(OBJPASDIR)/rtlconsts.pp
diff --git a/rtl/nds/Makefile.fpc b/rtl/nds/Makefile.fpc
index ba198c0b11..2a9df2d7d5 100644
--- a/rtl/nds/Makefile.fpc
+++ b/rtl/nds/Makefile.fpc
@@ -153,7 +153,7 @@ typinfo$(PPUEXT): $(OBJPASDIR)/typinfo.pp objpas$(PPUEXT)
math$(PPUEXT): $(OBJPASDIR)/math.pp objpas$(PPUEXT) sysutils$(PPUEXT)
$(COMPILER) $(OBJPASDIR)/math.pp $(REDIR)
-types$(PPUEXT) : $(OBJPASDIR/types.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
+types$(PPUEXT) : $(OBJPASDIR)/types.pp objpas$(PPUEXT) math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $(OBJPASDIR)/types.pp
rtlconsts$(PPUEXT) : $(OBJPASDIR)/rtlconsts.pp