commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian MIG packaging branch, master, updated. svn/end-10-g0986e0d


From: Guillem Jover
Subject: [SCM] Debian MIG packaging branch, master, updated. svn/end-10-g0986e0d
Date: Mon, 13 Jun 2011 04:26:30 +0000

The following commit has been merged in the master branch:
commit 0986e0dfb0cdceab8256ba6ecc3e83fd2cc82c51
Author: Guillem Jover <address@hidden>
Date:   Mon Jun 13 06:22:38 2011 +0200

    Fix typo in build flag name
    
    Spotted-by: Emilio Pozuelo Monfort <address@hidden>

diff --git a/debian/rules b/debian/rules
index e9064e2..3533856 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE := $(shell dpkg-architecture 
-qDEB_HOST_GNU_TYPE)
 
 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS := -Wall -pipe $(shell dpkg-buildflags --get CFLAGS)
-LDFAGS :=  $(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS :=  $(shell dpkg-buildflags --get LDFLAGS)
 
 configure: stamp-configure
 stamp-configure:

-- 
Debian MIG packaging



reply via email to

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