d93e9fd158
star uses the output "uname -p" to create an OBJDIR which caused this port to not build on i386 and possibly other archs too. ie, OBJ/intel-486dx-(486-class)-openbsd-cc
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
--- RULES/rules.top.orig Sat Apr 26 19:47:38 1997
|
|
+++ RULES/rules.top Thu Oct 21 19:53:52 1999
|
|
@@ -151,7 +151,7 @@
|
|
PARCH= $(__PARCH:$(_UNIQ)%=%)
|
|
|
|
#OARCH= $(MARCH)$(-O_ARCH)-$(C_ARCH)
|
|
-OARCH= $(PARCH)$(-O_ARCH)-$(C_ARCH)
|
|
+OARCH= $(K_ARCH)$(-O_ARCH)-$(C_ARCH)
|
|
XARCH= $(K_ARCH)$(-O_ARCH)-$(C_ARCH)
|
|
.print:
|
|
echo $(XP_ARCH) $(P_ARCH)
|