Browse Source

export for RTLOPTS (useful for $(MAKE)) !!

pierre 27 years ago
parent
commit
f6fa704f5b
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/Makefile

+ 6 - 1
compiler/Makefile

@@ -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