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 <samuel.thiba...@ens-lyon.org> 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