diff makefile @ 504:034a1fc62a93

Changed order of directories that are made
author boisy
date Thu, 10 Oct 2002 01:30:32 +0000
parents aac20055f8ad
children f86ef3d1d7c9
line wrap: on
line diff
--- a/makefile	Thu Oct 10 01:28:54 2002 +0000
+++ b/makefile	Thu Oct 10 01:30:32 2002 +0000
@@ -5,17 +5,17 @@
 
 # Make all components
 all:
-	$(CD) $(3RDPARTY); make
 	$(CD) $(LEVEL1); make
 	$(CD) $(LEVEL2); make
 	$(CD) $(NLEVEL2); make
+	$(CD) $(3RDPARTY); make
 
 # Clean all components
 clean:
-	-$(CD) $(3RDPARTY); make clean
 	-$(CD) $(LEVEL1); make clean
 	-$(CD) $(LEVEL2); make clean
 	-$(CD) $(NLEVEL2); make clean
+	-$(CD) $(3RDPARTY); make clean
 
 # Make DSK images
 dsk: