From 612e54ae15053e16225a367c47af69c6bd644e81 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 17 Feb 1995 00:50:51 +0000
Subject: [PATCH] Use hppa-assem.s instead of hppa-assem.S.

---
 lisp/Config.hp700_ux90 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/Config.hp700_ux90 b/lisp/Config.hp700_ux90
index 950f71b66..940e4fb94 100644
--- a/lisp/Config.hp700_ux90
+++ b/lisp/Config.hp700_ux90
@@ -6,11 +6,12 @@ NM = hpux-nm
 CFLAGS = -O
 ASFLAGS = -O -DNEW_FORMAT
 UNDEFSYMPATTERN=-u &
-ASSEM_SRC = hppa-assem.S
+ASSEM_SRC = hppa-assem.s
 ARCH_SRC = hppa-arch.c
 OS_SRC = hpux-os.c
 OS_LINK_FLAGS= -Wl,-a,archive
 OS_LIBS= -lBSD
 
-%.o: %.S
-	$(PREPROCESS.S) $< | as -o $@
+%.o: %.s
+	cc -Dparisc -c $< -o $@
+
-- 
GitLab