home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The UNIX CD Bookshelf
/
OREILLY_TUCB_UNIX_CD.iso
/
upt
/
examples
/
SOURCES
/
HGREP
/
RS6000
/
HGREP.
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-07-24
|
269 b
|
12 lines
--- ./Makefile.rtr Fri Mar 8 16:18:10 1996
+++ ./Makefile Fri Mar 8 16:18:51 1996
@@ -6,7 +6,7 @@
all: hgrep hgrep.cat
hgrep: hgrep.c
- cc -O -s hgrep.c -ltermcap -o hgrep
+ cc -O -s hgrep.c -lcur -o hgrep
hgrep.cat: hgrep.1
nroff -man hgrep.1 > hgrep.cat