From: Thierry Parmentelat Date: Tue, 16 Jun 2009 12:06:59 +0000 (+0000) Subject: initial make (before make install) does not have DESTDIR set X-Git-Tag: sfa-0.9-0@14641~272 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=b306338f808054b6024d4786da3001059f73ec24 initial make (before make install) does not have DESTDIR set --- diff --git a/keyconvert/Makefile b/keyconvert/Makefile index b200078c..60c76cf0 100644 --- a/keyconvert/Makefile +++ b/keyconvert/Makefile @@ -1,5 +1,5 @@ - -all: install +# 'make' should not install - DESTDIR might be wrong at this stage +all: keyconvert keyconvert: gcc -o keyconvert -lcrypto -ldl keyconvert.c keyconvertmain.c b64decode.c