Author: ablack
Date: Tue Oct 16 06:54:59 2007
New Revision: 585143
URL: http://svn.apache.org/viewvc?rev=585143&view=rev
Log:
2007-10-15 Andrew Black <[EMAIL PROTECTED]>
STDCXX-109
* etc/config/makefile.rules ($(CATFILE)): Make failure to execute
the gencat utility non-fatal.
Modified:
incubator/stdcxx/trunk/etc/config/makefile.rules
Modified: incubator/stdcxx/trunk/etc/config/makefile.rules
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/makefile.rules?rev=585143&r1=585142&r2=585143&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/makefile.rules (original)
+++ incubator/stdcxx/trunk/etc/config/makefile.rules Tue Oct 16 06:54:59 2007
@@ -67,7 +67,7 @@
# create a catalog from text message files - see gencat(1)
$(CATFILE): $(MSGFILES)
- gencat $@ $^
+ -gencat $@ $^
########################################################################