http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2495

*** shadow/2495 Sat Jul  7 12:22:25 2001
--- shadow/2495.tmp.3433        Sat Jul  7 12:22:25 2001
***************
*** 0 ****
--- 1,34 ----
+ +============================================================================+
+ | Missing ( in xerces-c-src1_5_0/obj/Makefile.in                             |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2495                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Minor                    OS/Version: All                     |
+ |     Priority: Other                     Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ While doing a make clean using xerces-c-src1_5_0 I noticed that 
+ 
+ rm -f /*.o
+ rm -f /*.c
+ rm -f /*.cs
+ rm -f /*.he
+ 
+ are executed.
+ 
+ The command,
+ 
+ ifneq ($strip $(TEMPLATESREPOSITIORY)),)
+ 
+ is missing a "(". It shoule be,
+ 
+ ifneq ($(strip $(TEMPLATESREPOSITIORY)),)
+ 
+ This occurs in the clean: and distclean: sections.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to