]> andersk Git - moira.git/commitdiff
fixed make install
authormar <mar>
Tue, 27 Dec 1988 18:17:41 +0000 (18:17 +0000)
committermar <mar>
Tue, 27 Dec 1988 18:17:41 +0000 (18:17 +0000)
clients/mrtest/Makefile

index 4d92c4a9d34903051132a851d02a513981809ca8..68d8aa6a7b13f9232b6d74a4dc8212c20a31f20a 100644 (file)
@@ -30,5 +30,5 @@ clean:
        rm -f *.o core \#* *~ gmon.out
        rm -f smstest
 
-install:
-       install smstest ../bin
+install: smstest
+       install -s smstest ${DESTDIR}/usr/etc/smstest
This page took 0.049067 seconds and 5 git commands to generate.