From: jow Date: Sat, 19 Feb 2011 22:15:17 +0000 (+0000) Subject: [include] toplevel.mk: remove quotes from the release name, its up to its users to... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c45b60efa60390a92e25f7138c2acd9f1029659a;p=openwrt.git [include] toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25596 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 0a4fe0cab7..e9384aebca 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -6,7 +6,7 @@ # See /LICENSE for more information. # -RELEASE:="Attitude Adjustment" +RELEASE:=Attitude Adjustment PREP_MK= OPENWRT_BUILD= QUIET=0 include $(TOPDIR)/include/verbose.mk