Author: sebor
Date: Wed Sep  6 09:42:08 2006
New Revision: 440783

URL: http://svn.apache.org/viewvc?view=rev&rev=440783
Log:
2006-09-06 Andrew Black <[EMAIL PROTECTED]>

        * makefile.common (DEPS): Initialized variable (used in makefile.rules)
        to prevent an infinite recursion when referencing it.


Modified:
    incubator/stdcxx/trunk/etc/config/makefile.common

Modified: incubator/stdcxx/trunk/etc/config/makefile.common
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/makefile.common?view=diff&rev=440783&r1=440782&r2=440783
==============================================================================
--- incubator/stdcxx/trunk/etc/config/makefile.common (original)
+++ incubator/stdcxx/trunk/etc/config/makefile.common Wed Sep  6 09:42:08 2006
@@ -115,6 +115,8 @@
 OBJS        += $(patsubst %$(AS_EXT),%.o,$(filter %$(AS_EXT),$(SRCS)))
 OBJS        := $(sort $(OBJS))
 
+DEPS        :=
+
 # message files - text files used to generate a catalog - see gencat(1)
 MSGFILES     = $(filter %.msg,$(ALL_FILES))
 


Reply via email to