Browse Source

* make staticlib does now a make libclean instead of make clean

florian 27 years ago
parent
commit
ba430f8e85
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/dos/go32v2/makefile

+ 5 - 2
rtl/dos/go32v2/makefile

@@ -268,7 +268,7 @@ graph$(PPUEXT) : ../graph.pp go32$(PPUEXT) $(SYSTEMPPU) mmx$(PPUEXT) $(PPIFILES)
 #####################################################################
 
 staticlib:
-	make clean
+	make libclean
 	make all SMARTLINK=YES LIBNAME=fpc LIBTYPE=static
 
 sharedlib:
@@ -295,7 +295,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.14  1998-08-20 08:08:37  pierre
+# Revision 1.15  1998-09-10 10:16:52  florian
+#   * make staticlib does now a make libclean instead of make clean
+#
+# Revision 1.14  1998/08/20 08:08:37  pierre
 #   * dpmiexcp did not compile with older versions
 #     due to the proc to procvar bug
 #   * makefile separator problem fixed