mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 10:22:32 +02:00
export for RTLOPTS (useful for $(MAKE)) !!
This commit is contained in:
parent
e01531342b
commit
f6fa704f5b
@ -40,6 +40,8 @@ ifndef RTLOPTS
|
||||
RTLOPTS=
|
||||
endif
|
||||
|
||||
export RTLOPTS
|
||||
|
||||
#####################################################################
|
||||
# Defaults
|
||||
#####################################################################
|
||||
@ -316,7 +318,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.5 1998-09-22 13:09:24 pierre
|
||||
# Revision 1.6 1998-09-23 15:41:42 pierre
|
||||
# export for RTLOPTS (useful for $(MAKE)) !!
|
||||
#
|
||||
# Revision 1.5 1998/09/22 13:09:24 pierre
|
||||
# + added possibility to read makefile.loc if it exists
|
||||
# this allows simple addition of private rules
|
||||
# * restored EXENAME dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user