blob: 7584cd3acb756745fd0c87ca1cdb7256976fdb57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ah,v 1.2 2010/09/03 20:52:39 asau Exp $
Modern libtool requires tag.
--- src/gmxlib/nonbonded/nb_kernel_ia64_single/Makefile.in.orig 2010-07-30 22:55:04.000000000 +0400
+++ src/gmxlib/nonbonded/nb_kernel_ia64_single/Makefile.in 2010-07-31 11:58:30.000000000 +0400
@@ -71,7 +71,7 @@
am__mv = mv -f
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
-LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+LTCPPASCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|