commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 45/70: Fix variable names


From: Samuel Thibault
Subject: [hurd] 45/70: Fix variable names
Date: Mon, 16 Sep 2013 07:41:43 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit cc22fd1612ff8ff5b93575fef487e3900fadba2c
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 10 00:34:06 2013 +0200

    Fix variable names
    
    * utils/Makefile (mount-LDLIBS): Define to libblkid_LIBS instead of
    libblkid-LIBS
    (mount-CPPFLAGS): Likewise.
---
 utils/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/Makefile b/utils/Makefile
index acc8a70..c079016 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -39,8 +39,8 @@ LDLIBS += -lpthread
 login-LDLIBS = -lutil $(LIBCRYPT)
 addauth-LDLIBS = $(LIBCRYPT)
 setauth-LDLIBS = $(LIBCRYPT)
-mount-LDLIBS = $(libblkid-LIBS)
-mount-CPPFLAGS = $(libblkid-CFLAGS)
+mount-LDLIBS = $(libblkid_LIBS)
+mount-CPPFLAGS = $(libblkid_CFLAGS)
 
 INSTALL-login-ops = -o root -m 4755
 INSTALL-ids-ops = -o root -m 4755

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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