[svn-commits] rizzo: branch rizzo/cygwin_build r88470 - /team/rizzo/cygwin_build/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Nov 4 15:32:21 CST 2007


Author: rizzo
Date: Sun Nov  4 15:32:21 2007
New Revision: 88470

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88470
Log:
forgot some dependencies

Modified:
    team/rizzo/cygwin_build/Makefile

Modified: team/rizzo/cygwin_build/Makefile
URL: http://svn.digium.com/view/asterisk/team/rizzo/cygwin_build/Makefile?view=diff&rev=88470&r1=88469&r2=88470
==============================================================================
--- team/rizzo/cygwin_build/Makefile (original)
+++ team/rizzo/cygwin_build/Makefile Sun Nov  4 15:32:21 2007
@@ -288,8 +288,8 @@
   SOLINK=-shared -fpic -L/usr/local/ssl/lib
 endif
 
-ifeq ($(OSARCH),cygwin)
-  SOLINK=-Xlinker -r
+ifeq ($(OSARCH),cygwin)		# need nothing here ?
+  SOLINK=
 endif
 
 # This is used when generating the doxygen documentation
@@ -353,10 +353,10 @@
 res: main
 	@ASTCFLAGS="$(MOD_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" AST_LIBS="$(AST_LIBS)" $(MAKE) --no-print-directory --no-builtin-rules -C $@ SUBDIR=$@ all
 
-$(MOD_SUBDIRS): main
+$(MOD_SUBDIRS): main res
 	@ASTCFLAGS="$(MOD_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" AST_LIBS="$(AST_LIBS)" $(MAKE) --no-print-directory --no-builtin-rules -C $@ SUBDIR=$@ all
 
-$(OTHER_SUBDIRS):
+$(OTHER_SUBDIRS): main res
 	@ASTCFLAGS="$(OTHER_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" AUDIO_LIBS="$(AUDIO_LIBS)" $(MAKE) --no-print-directory --no-builtin-rules -C $@ SUBDIR=$@ all
 
 defaults.h: makeopts




More information about the svn-commits mailing list