t`bin` should depend on rohrpost. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 82d4c902bfe337b2e91d09edd7a90ae0283da28c
 (DIR) parent a0124727685b228921b0116955b141901a581a16
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Fri, 30 Dec 2011 16:47:01 +0100
       
       `bin` should depend on rohrpost.
       
       Diffstat:
         Makefile                            |       2 +-
         bin/rohrpost                        |       0 
       
       2 files changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -48,7 +48,7 @@ etc:
                @mkdir -p ${DESTDIR}/etc/${NAME}
                @cp -R etc/${NAME}/* ${DESTDIR}/etc/${NAME}
        
       -bin:
       +bin: ${NAME}
                @echo creating ${NAME} symlinks in ./bin
                @mkdir -p ./bin
                @cp ${NAME} bin
 (DIR) diff --git a/bin/rohrpost b/bin/rohrpost
       Binary files differ.