]> git.pld-linux.org Git - packages/xtables-addons.git/blobdiff - xtables-addons-libs.patch
- pl for kernel package
[packages/xtables-addons.git] / xtables-addons-libs.patch
index 8ca465eff4cb8efc5f29bed29f09b4f8d1118588..d18f490bf69197a76ecc812132eab3f5257327a3 100644 (file)
@@ -1,21 +1,20 @@
---- 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.10/extensions/GNUmakefile.in      2009-02-18 00:31:26.000000000 +0100
++++ xtables-addons-1.10.new/extensions/GNUmakefile.in  2009-02-18 20:31:45.005459510 +0100
+@@ -63,7 +63,7 @@
  
  .PHONY: all install clean distclean FORCE
  
--all: modules ${targets} matches.man targets.man
-+libs: ${targets} matches.man targets.man
+-all: subdirs modules user matches.man targets.man
++all: subdirs user matches.man targets.man
  
--install: modules_install ${targets_install}
-+all: modules libs
-+
-+libs_install:
+ subdirs:
+       @for i in ${subdirs_list}; do ${MAKE} -C $$i; done;
+@@ -73,7 +73,7 @@
+ user: ${targets}
+-install: modules_install subdirs-install ${targets_install}
++install: subdirs-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.464069 seconds and 4 git commands to generate.