From: Neil M. <nm...@us...> - 2001-06-20 16:02:45
|
Update of /cvsroot/firebird/interbase/builds/original In directory usw-pr-cvs1:/tmp/cvs-serv15306/builds/original Modified Files: sfx.jrd Log Message: Fix compile options for Solaris Sparc build. Index: sfx.jrd =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/sfx.jrd,v retrieving revision 1.4 retrieving revision 1.5 diff -U3 -r1.4 -r1.5 --- sfx.jrd 2001/05/24 04:11:11 1.4 +++ sfx.jrd 2001/06/20 16:02:03 1.5 @@ -907,7 +907,8 @@ gds.bin: gds.c $(CC) -c $(PIC_FLAGS) $(CARBONCORE_DIR_FLAG) $(VERSION_FLAG) \ - -o $*.bin $< + -o $*_temp.o $< + mv $*_temp.o $*.bin grammar.c: grammar.y grammar.o: grammar.c dbg.h jlx.c |