mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 09:19:45 +02:00
- removed double compilation commands for two units
git-svn-id: trunk@35154 -
This commit is contained in:
parent
d8c4980b2e
commit
5850963ea9
@ -2919,10 +2919,8 @@ lnfogdb$(PPUEXT) : $(UNIXINC)/lnfogdb.pp $(SYSTEMUNIT)$(PPUEXT) ctypes$(PPUEXT)
|
||||
charset$(PPUEXT) : $(INC)/charset.pp objpas$(PPUEXT)
|
||||
$(COMPILER) $<
|
||||
cpall$(PPUEXT): $(RTL)/charmaps/cpall.pas system$(PPUEXT) charset$(PPUEXT)
|
||||
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
|
||||
$(COMPILER) $<
|
||||
fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp character$(PPUEXT) unixcp$(PPUEXT)
|
||||
$(COMPILER) $(OBJPASDIR)/fpwidestring.pp
|
||||
$(COMPILER) $<
|
||||
termio$(PPUEXT) : termio.pp baseunix$(PPUEXT)
|
||||
$(COMPILER) $<
|
||||
|
@ -278,11 +278,9 @@ charset$(PPUEXT) : $(INC)/charset.pp objpas$(PPUEXT)
|
||||
$(COMPILER) $<
|
||||
|
||||
cpall$(PPUEXT): $(RTL)/charmaps/cpall.pas system$(PPUEXT) charset$(PPUEXT)
|
||||
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
|
||||
$(COMPILER) $<
|
||||
|
||||
fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp character$(PPUEXT) unixcp$(PPUEXT)
|
||||
$(COMPILER) $(OBJPASDIR)/fpwidestring.pp
|
||||
$(COMPILER) $<
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user