]> git.pld-linux.org Git - packages/xtables-addons.git/blobdiff - xtables-addons-libs.patch
- updated for 1.5.7.
[packages/xtables-addons.git] / xtables-addons-libs.patch
index 8ca465eff4cb8efc5f29bed29f09b4f8d1118588..a837c7f01e0cc385f1271c438f95714c0087647b 100644 (file)
@@ -1,21 +1,16 @@
---- xtables-addons-1.5.4/extensions/GNUmakefile.in~    2008-04-10 01:34:58.000000000 +0200
-+++ xtables-addons-1.5.4/extensions/GNUmakefile.in     2008-04-10 01:36:19.978943386 +0200
-@@ -58,11 +58,15 @@
+--- xtables-addons-1.5.7/extensions/GNUmakefile.in.orig        2008-09-01 21:35:51.000000000 +0200
++++ xtables-addons-1.5.7/extensions/GNUmakefile.in     2008-09-12 10:34:09.000000000 +0200
+@@ -60,11 +60,11 @@
  
  .PHONY: all install clean distclean FORCE
  
--all: modules ${targets} matches.man targets.man
-+libs: ${targets} matches.man targets.man
+-all: modules user matches.man targets.man
++all: user matches.man targets.man
+ user: ${targets}
  
 -install: modules_install ${targets_install}
-+all: modules libs
-+
-+libs_install:
++install: ${targets_install}
        @mkdir -p "${DESTDIR}${xtlibdir}";
--      install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/";
-+      install ${targets_install} "${DESTDIR}${xtlibdir}/";
-+
-+install: modules_install libs_install
+       install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/";
  
- clean: clean_modules
-       rm -f *.oo *.so;
This page took 0.029676 seconds and 4 git commands to generate.