mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 09:02:22 +01:00 
			
		
		
		
	Avoid double rule for system unit
git-svn-id: trunk@36826 -
This commit is contained in:
		
							parent
							
								
									e6d282d2ed
								
							
						
					
					
						commit
						1322a3f53e
					
				@ -2578,8 +2578,6 @@ SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES))
 | 
			
		||||
include $(PROCINC)/makefile.cpu
 | 
			
		||||
SYSCPUDEPS=$(addprefix $(PROCINC)/,$(CPUINCNAMES))
 | 
			
		||||
SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
 | 
			
		||||
system$(PPUEXT) : system.pp $(SYSDEPS)
 | 
			
		||||
	$(COMPILER) -Us -Sg system.pp
 | 
			
		||||
system$(PPUEXT) : system.pp $(SYSDEPS)
 | 
			
		||||
	$(COMPILER) -Us -Sg system.pp -Fi../win
 | 
			
		||||
uuchar$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(INC)/uuchar.pp
 | 
			
		||||
 | 
			
		||||
@ -62,15 +62,12 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
system$(PPUEXT) : system.pp $(SYSDEPS)
 | 
			
		||||
        $(COMPILER) -Us -Sg system.pp
 | 
			
		||||
        $(COMPILER) -Us -Sg system.pp -Fi../win
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Unit specific rules
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
system$(PPUEXT) : system.pp $(SYSDEPS)
 | 
			
		||||
        $(COMPILER) -Us -Sg system.pp -Fi../win
 | 
			
		||||
 | 
			
		||||
uuchar$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(INC)/uuchar.pp
 | 
			
		||||
 | 
			
		||||
objpas$(PPUEXT): $(OBJPASDIR)/objpas.pp $(INC)/except.inc system$(PPUEXT)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user