[Freeswitch-svn] [commit] r2892 - freeswitch/trunk/libs/libspeakup
Freeswitch SVN
anthm at freeswitch.org
Sat Sep 30 02:38:43 EDT 2006
Author: anthm
Date: Sat Sep 30 02:38:42 2006
New Revision: 2892
Modified:
freeswitch/trunk/libs/libspeakup/Makefile.am
freeswitch/trunk/libs/libspeakup/Makefile.in
Log:
remove hardcoded make name
Modified: freeswitch/trunk/libs/libspeakup/Makefile.am
==============================================================================
--- freeswitch/trunk/libs/libspeakup/Makefile.am (original)
+++ freeswitch/trunk/libs/libspeakup/Makefile.am Sat Sep 30 02:38:42 2006
@@ -1,7 +1,6 @@
EXTRA_DIST =
SUBDIRS =
AUTOMAKE_OPTS= gnu
-MAKE=make
NAME=speakup
PREFIX=$(prefix)
AM_CFLAGS = $(new_AM_CFLAGS) -I. -I./src -I$(prefix)/include
Modified: freeswitch/trunk/libs/libspeakup/Makefile.in
==============================================================================
--- freeswitch/trunk/libs/libspeakup/Makefile.in (original)
+++ freeswitch/trunk/libs/libspeakup/Makefile.in Sat Sep 30 02:38:42 2006
@@ -206,7 +206,6 @@
EXTRA_DIST =
SUBDIRS =
AUTOMAKE_OPTS = gnu
-MAKE = make
NAME = speakup
PREFIX = $(prefix)
AM_CFLAGS = $(new_AM_CFLAGS) -I. -I./src -I$(prefix)/include
More information about the Freeswitch-svn
mailing list