From 845054c76cc223fe1e9e3f9dbdb9a446ece92e5c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 10 Sep 1998 09:10:05 +0000 Subject: [PATCH] errors when making libs --- rtl/linux/makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rtl/linux/makefile b/rtl/linux/makefile index ac35ea363f..24497b5c73 100644 --- a/rtl/linux/makefile +++ b/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