]> andersk Git - openssh.git/blobdiff - scard/Makefile.in
remove acconfig.h
[openssh.git] / scard / Makefile.in
index b01c2cbd6b6c06dc601052f524ef71b3e5fdaa6e..07433c191d7e04b72792d03c8fb0b48bcf1e071d 100644 (file)
@@ -11,17 +11,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 -s $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
+       $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
This page took 0.040061 seconds and 4 git commands to generate.