* small output fix so it won't trigger an error in the snapshot

scripts
This commit is contained in:
peter 2001-04-11 12:35:34 +00:00
parent 60ba93a688
commit d0d1b0a16a
2 changed files with 2 additions and 4 deletions

View File

@ -925,8 +925,7 @@ endif
else
GDBVER=GDB_V5
gdbint$(PPUEXT): gdbint.pp
@$(ECHO) Warning: libgdb.a not found !
@$(ECHO) Using GDB $(GDBVER)
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
$(COMPILER) -d$(GDBVER) gdbint.pp
endif
gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)

View File

@ -66,8 +66,7 @@ else
# libgdb.a not found, default to libgdb v5
GDBVER=GDB_V5
gdbint$(PPUEXT): gdbint.pp
@$(ECHO) Warning: libgdb.a not found !
@$(ECHO) Using GDB $(GDBVER)
@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
$(COMPILER) -d$(GDBVER) gdbint.pp
endif