blob: 37d94bf21c5edb97144e44ca27d30cf953141716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.5 2002/08/25 19:22:19 jlam Exp $
--- src/hermes/Makefile.in.orig Thu Nov 8 08:28:07 2001
+++ src/hermes/Makefile.in
@@ -345,7 +345,7 @@
.asm.lo:
- $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $<
+ $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|