Index: trunk/platform/makefile_sub.inc
===================================================================
--- trunk/platform/makefile_sub.inc	(revision 1506)
+++ trunk/platform/makefile_sub.inc	(revision 1507)
@@ -24,12 +24,4 @@
 stubs_auto.S: $(STUBS_AUTO_DEPS)
 	@echo $^ \-\> $@
-ifeq ($(OSTYPE),Windows)
-	cat $^ | \
-	    grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \
-	    sed 's/.*B[[:alpha:]]*[[:space:]][[:space:]]*sub_\\([0-9A-Fa-f]*\\).*/\\1/' | \
-	    $(SORT) | uniq | \
-	    awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \
-	        {printf("STUB(%s)\n",$$1)}' > stubs_auto.S
-else	
 	cat $^ | \
 	    grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \
@@ -38,5 +30,4 @@
 	    awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \
 	        {printf("STUB(%s)\n",$$1)}' > stubs_auto.S
-endif
 
 stubs_entry.S: $(TARGET_PRIMARY) $(topdir)tools/signatures_$(PLATFORMOS).h $(topdir)tools/finsig_$(PLATFORMOS)$(EXE) stubs_entry_2.S stubs_min.S
