]> git.pld-linux.org Git - packages/Hermes.git/blob - Hermes-automake.patch
- fixes build
[packages/Hermes.git] / Hermes-automake.patch
1 --- Hermes-1.2.6/configure.in.wiget     Tue Nov 16 22:35:12 1999
2 +++ Hermes-1.2.6/configure.in   Thu Dec  9 12:28:08 1999
3 @@ -45,6 +45,7 @@
4  AC_PROG_CPP
5  AC_PROG_MAKE_SET
6  AC_PROG_LIBTOOL
7 +AM_PROG_AS
8  
9  dnl ---------------------------------------------------------------------
10  dnl Check for command line arguments
11 --- Hermes-1.3.3/src/Makefile.am.wiget  Thu Jan 23 20:25:36 2003
12 +++ Hermes-1.3.3/src/Makefile.am        Thu Jan 23 20:25:50 2003
13 @@ -25,11 +25,6 @@
14  ##     nasm -o $@ -f elf $<
15  ##     cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
16  
17 -SUFFIXES = .S
18 -
19 -.S.o:
20 -       gcc -c -o $@ $<
21 -       cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
22  
23  install-data-local:
24         $(INSTALL) -m 0755 -d $(DESTDIR)$(includedir)/Hermes
25 @@ -42,7 +37,3 @@
26           rm -f $(includedir)/Hermes/$$incfile; \
27         done
28         rmdir $(DESTDIR)$(includedir)/Hermes
29 -
30 -libHermes.la: $(libHermes_la_OBJECTS) $(libHermes_la_DEPENDENCIES)
31 -       $(LINK) -rpath $(libdir) $(libHermes_la_LDFLAGS) \
32 -       $(libHermes_la_OBJECTS) $(libHermes_la_LIBADD) $(LIBS)
This page took 0.022948 seconds and 3 git commands to generate.