mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:45:58 +02:00
* dependencies,mkdep target is not linux only
This commit is contained in:
parent
b068ad3821
commit
87d00c3da9
@ -187,17 +187,18 @@ distclean: clean
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Include depencies (linux only)
|
||||
# Include depencies
|
||||
#####################################################################
|
||||
|
||||
ifdef USEDEPEND
|
||||
$(MAKEDEP) : $(RTLDIR)/utils/mkdep.pp
|
||||
$(MAKEDEP): $(RTLDIR)/utils/mkdep.pp
|
||||
$(COMPILER) $(RTLDIR)/utils/mkdep.pp
|
||||
$(COPY) $(RTLDIR)/utils/$(MAKEDEP) $(MAKEDEP)
|
||||
|
||||
dependencies : $(MAKEDEP)
|
||||
$(MAKEDEP) pp.pas $(PPOPTDEF) $(LOCALDEF) '-F$$(COMPILER) $$(LOCALOPT)' > depend
|
||||
|
||||
ifdef USEDEPEND
|
||||
|
||||
include depend
|
||||
|
||||
endif
|
||||
@ -332,7 +333,10 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.12 1998-10-22 19:15:46 peter
|
||||
# Revision 1.13 1998-10-22 23:55:24 peter
|
||||
# * dependencies,mkdep target is not linux only
|
||||
#
|
||||
# Revision 1.12 1998/10/22 19:15:46 peter
|
||||
# + VERBOSE=1 to set -vwni (necessary due the -n)
|
||||
# * fixed OPT, now also passed to RTLOPTS
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user