From bf6f4f8a6e09b189e399adcaeaff72c97a2ba46f Mon Sep 17 00:00:00 2001
From: ceriel <none@none>
Date: Thu, 27 Jul 1995 07:14:54 +0000
Subject: [PATCH] Minor mod to Makefile

---
 mach/sparc/ce/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mach/sparc/ce/Makefile b/mach/sparc/ce/Makefile
index 9bbc66697..cdf83cf8b 100644
--- a/mach/sparc/ce/Makefile
+++ b/mach/sparc/ce/Makefile
@@ -4,7 +4,7 @@ M4 = m4
 all:	EM_table cache.c
 
 EM_table:
-	if [ -x /usr/ccs/lib/cpp ] ; then /usr/ccs/lib/cpp < EM_table.x -P | $(M4) | $(SED) -f cegpp > $@ ; else /lib/cpp < EM_table.x -P | $(M4) | $(SED) -f cegpp > $@ ; fi
+	if [ -x /usr/ccs/lib/cpp ] ; then /usr/ccs/lib/cpp -P < EM_table.x | $(M4) | $(SED) -f cegpp > $@ ; else /lib/cpp -P < EM_table.x | $(M4) | $(SED) -f cegpp > $@ ; fi
 	
 cache.c:
 	$(SED) -f cegpp cache.c.x > $@