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
|
||
|
|