Kaynağa Gözat

* clean target fix, theres no objpas dir to clean anymore

peter 27 yıl önce
ebeveyn
işleme
f63f6629a2
2 değiştirilmiş dosya ile 8 ekleme ve 4 silme
  1. 4 2
      rtl/go32v1/Makefile
  2. 4 2
      rtl/go32v2/Makefile

+ 4 - 2
rtl/go32v1/Makefile

@@ -124,7 +124,6 @@ install : all
 clean :
 	-$(DEL) *$(OEXT) *$(ASMEXT) *$(PPUEXT) $(PPAS) link.res log
 	-$(DELTREE) *$(SMARTEXT)
-	-make -C $(OBJPASDIR) clean
 
 
 #####################################################################
@@ -233,7 +232,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.1  1998-12-21 13:07:02  peter
+# Revision 1.2  1998-12-28 23:37:38  peter
+#   * clean target fix, theres no objpas dir to clean anymore
+#
+# Revision 1.1  1998/12/21 13:07:02  peter
 #   * use -FE
 #
 # Revision 1.9  1998/11/24 19:49:44  jonas

+ 4 - 2
rtl/go32v2/Makefile

@@ -126,7 +126,6 @@ install : all
 clean :
 	-$(DEL) *$(OEXT) *$(ASMEXT) *$(PPUEXT) $(PPAS) link.res log
 	-$(DELTREE) *$(SMARTEXT)
-	-make -C $(OBJPASDIR) clean
 
 
 #####################################################################
@@ -261,7 +260,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.2  1998-12-21 14:20:37  pierre
+# Revision 1.3  1998-12-28 23:37:39  peter
+#   * clean target fix, theres no objpas dir to clean anymore
+#
+# Revision 1.2  1998/12/21 14:20:37  pierre
 #  * initc unit added
 #
 # Revision 1.1  1998/12/21 13:07:02  peter