diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-28 19:49:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-28 19:49:49 +0000 |
commit | 484b5acc7fbc5074815c4032d208eab03ecd6e95 (patch) | |
tree | a34476a1fa3d972e76120c9781133a915cc7aea1 /science/gromacs/files/patch-src::kernel::Makefile.in | |
parent | - Update to 1.5.0 (diff) |
- Update to 4.0.3
PR: 131655
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
Diffstat (limited to 'science/gromacs/files/patch-src::kernel::Makefile.in')
-rw-r--r-- | science/gromacs/files/patch-src::kernel::Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/science/gromacs/files/patch-src::kernel::Makefile.in b/science/gromacs/files/patch-src::kernel::Makefile.in deleted file mode 100644 index 731760e4309e..000000000000 --- a/science/gromacs/files/patch-src::kernel::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/kernel/Makefile.in.orig Mon Mar 1 20:49:03 2004 -+++ src/kernel/Makefile.in Thu Dec 9 00:33:06 2004 -@@ -367,10 +367,10 @@ - @AMDEP_TRUE@ ./$(DEPDIR)/xutils.Po - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) --LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ -+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) --LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - DIST_SOURCES = $(ffscan_SOURCES) $(gmxcheck_SOURCES) gmxdump.c \ - $(grompp_SOURCES) luck.c $(mdrun_SOURCES) $(pdb2gmx_SOURCES) \ |