Browse Source

Added rtlinstall target

michael 26 years ago
parent
commit
9a3d560559
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/Makefile

+ 6 - 1
compiler/Makefile

@@ -376,6 +376,8 @@ rtl :
 rtlclean :
 rtlclean :
 	$(MAKE) -C $(RTLDIR) libsclean
 	$(MAKE) -C $(RTLDIR) libsclean
 
 
+rtlinstall:
+	$(MAKE) -C $(RTLDIR) install
 
 
 #####################################################################
 #####################################################################
 # local user configurable file
 # local user configurable file
@@ -403,7 +405,10 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.37  1999-09-03 08:37:34  pierre
+# Revision 1.38  1999-10-15 20:47:52  michael
+# Added rtlinstall target
+#
+# Revision 1.37  1999/09/03 08:37:34  pierre
 #   *  tokens.dat only used for TP, and also removed from
 #   *  tokens.dat only used for TP, and also removed from
 #      compiler dependencies
 #      compiler dependencies
 #
 #