]> git.pld-linux.org Git - packages/Hermes.git/blob - Hermes-libtool.patch
- massive attack: adding Source-md5
[packages/Hermes.git] / Hermes-libtool.patch
1 diff -Nru Hermes-1.3.2.orig/src/Makefile.am Hermes-1.3.2/src/Makefile.am
2 --- Hermes-1.3.2.orig/src/Makefile.am   Sun Jan 23 17:14:14 2000
3 +++ Hermes-1.3.2/src/Makefile.am        Fri Mar 14 10:41:23 2003
4 @@ -28,8 +28,7 @@
5  SUFFIXES = .S
6  
7  .S.lo:
8 -       gcc -c -o $@ $<
9 -       cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
10 +       libtool --mode=compile gcc -c -o $@ $<
11  
12  install-data-local:
13         $(INSTALL) -m 0755 -d $(includedir)/Hermes
This page took 0.047858 seconds and 3 git commands to generate.