summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-03-08 16:12:11 +0000
committerSean Bright <sean@malleable.com>2012-03-08 16:12:11 +0000
commitced8b052e10382ac11fa22b732ed11f941438d7d (patch)
tree4469a80d827cb5da32c87a54c80160cd0ae83d3c /Makefile
parent706f79d122c53290bfa63a1dad2051daf2817fb7 (diff)
Whitespace only change to the Makefile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358609 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 9ca498ca1..9038aa8cb 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ export ASTERISKVERSIONNUM
DESTDIR?=$(INSTALL_PATH)
export DESTDIR
-export INSTALL_PATH # Additional prefix for the following paths
-export ASTETCDIR # Path for config files
+export INSTALL_PATH # Additional prefix for the following paths
+export ASTETCDIR # Path for config files
export ASTVARRUNDIR
export ASTSPOOLDIR
export ASTVARLIBDIR
@@ -65,20 +65,20 @@ export AGI_DIR
export ASTCONFPATH
export ASTKEYDIR
-export OSARCH # Operating system
-export PROC # Processor type
+export OSARCH # Operating system
+export PROC # Processor type
-export NOISY_BUILD # Used in Makefile.rules
-export MENUSELECT_CFLAGS # Options selected in menuselect.
-export AST_DEVMODE # Set to "yes" for additional compiler
- # and runtime checks
+export NOISY_BUILD # Used in Makefile.rules
+export MENUSELECT_CFLAGS # Options selected in menuselect.
+export AST_DEVMODE # Set to "yes" for additional compiler
+ # and runtime checks
-export _SOLINK # linker flags for all shared objects
-export SOLINK # linker flags for loadable modules
-export DYLINK # linker flags for shared libraries
-export STATIC_BUILD # Additional cflags, set to -static
- # for static builds. Probably
- # should go directly to ASTLDFLAGS
+export _SOLINK # linker flags for all shared objects
+export SOLINK # linker flags for loadable modules
+export DYLINK # linker flags for shared libraries
+export STATIC_BUILD # Additional cflags, set to -static
+ # for static builds. Probably
+ # should go directly to ASTLDFLAGS
#--- paths to various commands
export CC