Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!ogicse!zephyr.ens.tek.com!tekred!saab!billr From: billr@saab.CNA.TEK.COM (Bill Randle) Newsgroups: comp.sources.games.bugs Subject: Makefile patch for latest Broken Throne Message-ID: <6972@tekred.CNA.TEK.COM> Date: 7 Feb 91 18:04:11 GMT Sender: news@tekred.CNA.TEK.COM Reply-To: billr@saab.CNA.TEK.COM (Bill Randle) Organization: Tektronix, Inc., Redmond, OR Lines: 46 [[This has also been posted to comp.sources.games]] [There was a typo in a last minute change made to the Makefile that I didn't catch. This should clear up any make problems. -br] #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'patches01' <<'END_OF_FILE' X*** Makefile.orig Wed Feb 6 17:26:12 1991 X--- Makefile Thu Feb 7 09:57:05 1991 X*************** X*** 1,6 **** X all: btclient btserver btrobot X X! btclient: btclient.o pack.o sleep.o X cc btclient.o pack.o msleep.o -o btclient -ltermcap -lcurses -ltermlib X X btserver: btserver.o pack.o interface.o msleep.o X--- 1,6 ---- X all: btclient btserver btrobot X X! btclient: btclient.o pack.o msleep.o X cc btclient.o pack.o msleep.o -o btclient -ltermcap -lcurses -ltermlib X X btserver: btserver.o pack.o interface.o msleep.o END_OF_FILE if test 528 -ne `wc -c <'patches01'`; then echo shar: \"'patches01'\" unpacked with wrong size! fi # end of 'patches01' fi echo shar: End of shell archive. exit 0