[Freeswitch-svn] [commit] r4841 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Tue Apr 3 07:57:57 EDT 2007
Author: mikej
Date: Tue Apr 3 07:57:57 2007
New Revision: 4841
Modified:
freeswitch/trunk/Makefile.am
Log:
fix whoops from previous commit
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Tue Apr 3 07:57:57 2007
@@ -242,7 +242,7 @@
@am__include@ @am__quote at ./$(DEPDIR)/modules.targets at am__quote@
modules.conf:
- if test -f $@; then touch $@; else cp build/modules.conf.in $@
+ if test -f $@; then touch $@; else cp build/modules.conf.in $@ ;fi
./$(DEPDIR)/modules.targets: modules.conf
mods=`cat modules.conf | sed -e 's|^.*/||'`; echo MODULE_TARGETS=\"$$mods\" > ./$(DEPDIR)/modules.targets
More information about the Freeswitch-svn
mailing list