]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
fixed
authorArtur Frysiak <artur@frysiak.net>
Thu, 23 Jan 2003 19:27:41 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Hermes-DESTDIR.patch -> 1.2
    Hermes-automake.patch -> 1.3

Hermes-DESTDIR.patch
Hermes-automake.patch

index dbcd122deac1545df08cefb5693d19665bbe4a2b..e0573794dc8e1a4a743dd6e8989fe0b61e865687 100644 (file)
@@ -14,7 +14,7 @@ diff -Nru Hermes-1.2.5/src/Makefile.am Hermes-1.2.5.new/src/Makefile.am
  
  uninstall-local:
 -      for incfile in $(publicheaders); do \
-+      for incfile in $(DESTDIR)$(publicheaders); do \
++      for incfile in $(publicheaders); do \
          rm -f $(includedir)/Hermes/$$incfile; \
        done
 -      rmdir $(includedir)/Hermes
index face4d2eb771c06c3ba053c1232dcec9636c16f3..0f16e2326e30655ec91d9872cfd535d98a35427a 100644 (file)
  
  dnl ---------------------------------------------------------------------
  dnl Check for command line arguments
+--- Hermes-1.3.2/src/Makefile.am.wiget Thu Jan 23 20:25:36 2003
++++ Hermes-1.3.2/src/Makefile.am       Thu Jan 23 20:25:50 2003
+@@ -25,11 +25,6 @@
+ ##    nasm -o $@ -f elf $<
+ ##    cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
+-SUFFIXES = .S
+-
+-.S.lo:
+-      gcc -c -o $@ $<
+-      cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
+ install-data-local:
+       $(INSTALL) -m 0755 -d $(DESTDIR)$(includedir)/Hermes
+@@ -42,7 +37,3 @@
+         rm -f $(includedir)/Hermes/$$incfile; \
+       done
+       rmdir $(DESTDIR)$(includedir)/Hermes
+-
+-libHermes.la: $(libHermes_la_OBJECTS) $(libHermes_la_DEPENDENCIES)
+-      $(LINK) -rpath $(libdir) $(libHermes_la_LDFLAGS) \
+-      $(libHermes_la_OBJECTS) $(libHermes_la_LIBADD) $(LIBS)
This page took 0.085328 seconds and 4 git commands to generate.