gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 34/163: winbuild: In MakefileBuild.vc fix typo DIST


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 34/163: winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST
Date: Sun, 05 Aug 2018 12:36:00 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 75c51e05ac93dd4d039c2764a95d876d13709d4d
Author: richardthe3rd <address@hidden>
AuthorDate: Thu May 24 21:35:38 2018 +0100

    winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST
    
    Change requirement from $(DISTDIR) to $(DIRDIST)
    
    closes #2603
---
 winbuild/MakefileBuild.vc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index bf79db376..51ebfb867 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -502,7 +502,7 @@ package: $(TARGET)
        @-$(ZIP) -9 -q -r ..\$(CONFIG_NAME_LIB).zip .>nul 2<&1
        @cd $(MAKEDIR)
 
-$(TARGET): $(LIB_OBJS) $(LIB_DIROBJ) $(DISTDIR)
+$(TARGET): $(LIB_OBJS) $(LIB_DIROBJ) $(DIRDIST)
        @echo Using SSL: $(USE_SSL)
        @echo Using NGHTTP2: $(USE_NGHTTP2)
        @echo Using c-ares: $(USE_CARES)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]