]> andersk Git - openssh.git/blobdiff - scard/Makefile.in
cmsg thing was originally spotted by des
[openssh.git] / scard / Makefile.in
index 9f6c056128b839ac32340a9ba2271a6dfaf67d9b..9a3a55330e96474880f45e4368c21091d3474e29 100644 (file)
@@ -2,6 +2,7 @@
 
 prefix=@prefix@
 datadir=@datadir@
+datarootdir=@datarootdir@
 srcdir=@srcdir@
 top_srcdir=@top_srcdir@
 
@@ -11,17 +12,18 @@ VPATH=@srcdir@
 
 all:
 
-Ssh.bin:  Ssh.bin.uu
-       uudecode Ssh.bin.uu
+#Ssh.bin:  Ssh.bin.uu
+#      uudecode Ssh.bin.uu
 
 clean:
-       rm -rf Ssh.bin
+#      rm -rf Ssh.bin
 
-distprep: Ssh.bin
+distprep:
+       uudecode Ssh.bin.uu
 
 distclean: clean
        rm -f Makefile *~
 
-install: Ssh.bin
+install: $(srcdir)/Ssh.bin
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
        $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
This page took 0.155167 seconds and 4 git commands to generate.