blob: 0ba84e36bb30cdf956bcc094a7af229c6b674f4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.3 2001/04/17 16:27:21 rh Exp $
--- src/hermes/Makefile.in.orig Tue Apr 17 16:30:45 2001
+++ src/hermes/Makefile.in
@@ -334,7 +334,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.
|