Author: sebor
Date: Mon Dec 11 15:52:12 2006
New Revision: 485947
URL: http://svn.apache.org/viewvc?view=rev&rev=485947
Log:
2006-12-11 Martin Sebor <[EMAIL PROTECTED]>
* GNUmakefile.lib (TARGET): Defined also in archive mode.
Modified:
incubator/stdcxx/trunk/etc/config/GNUmakefile.lib
Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.lib
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.lib?view=diff&rev=485947&r1=485946&r2=485947
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.lib (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.lib Mon Dec 11 15:52:12 2006
@@ -23,7 +23,8 @@
LIB := $(LIBLINK).$(LIBVER)
TARGET := $(LIB) $(LIBLINK)
else
- LIB := $(LIBLINK)
+ LIB := $(LIBLINK)
+ TARGET := $(LIB)
endif
TARGET += $(CATFILE)