There's no need to set patch_files/patch_args anymore, all patches in this directory will be applied with -Np0 and they have .diff or .patch (and .gz/.bz2) extension. --HG-- extra : convert_revision : 8d516c033fe34db94ebbcc84c246e84fc96ed901
12 lines
642 B
Diff
12 lines
642 B
Diff
--- Makefile.in.orig 2009-03-08 19:04:14.598965190 +0100
|
|
+++ Makefile.in 2009-03-08 19:04:27.324968206 +0100
|
|
@@ -232,7 +232,7 @@ distprep: catman-do
|
|
-rm -rf autom4te.cache
|
|
(cd scard && $(MAKE) -f Makefile.in distprep)
|
|
|
|
-install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config
|
|
+install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key
|
|
install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
|
|
install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
|
|
|