Browse Source

errors when making libs

michael 27 years ago
parent
commit
845054c76c
1 changed files with 5 additions and 4 deletions
  1. 5 4
      rtl/linux/makefile

+ 5 - 4
rtl/linux/makefile

@@ -187,9 +187,7 @@ PPUOBJECTS=$(SYSTEMPPU) $(addsuffix $(PPUEXT), $(OBJECTS))
 
 all : $(OBJLOADERS) $(PPUOBJECTS)
 
-install :
-	make clean
-	make all
+install : all
 	$(MKDIR) $(UNITINSTALLDIR)
 	$(INSTALL) *$(PPUEXT) *$(OEXT) $(UNITINSTALLDIR)
 
@@ -334,7 +332,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.23  1998-09-07 18:31:53  peter
+# Revision 1.24  1998-09-10 09:10:05  michael
+# errors when making libs
+#
+# Revision 1.23  1998/09/07 18:31:53  peter
 #   * fixed $smartlibext -> $staticlibext to fix a 'rm *' :(
 #
 # Revision 1.22  1998/08/21 20:20:12  michael