Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv7142
Modified Files:
Makefile.in
Log Message:
Expanded cool substitution directives by hand to admit BSD-style make, too.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** Makefile.in 2001/03/23 10:52:08 1.17
--- Makefile.in 2001/04/02 15:11:38 1.18
***************
*** 153,160 ****
#JMG no notify at the moment... .notify
! # Files generated by cig
! CIGGED = flock network select syscalls tty time
! CIGGEDOBJ = $(patsubst %,scsh/%.o, $(CIGGED))
! CIGGEDINIT = $(patsubst %,s48_init_%, $(CIGGED))
# --------------------
--- 153,160 ----
#JMG no notify at the moment... .notify
! # Files generated by cig need their init functions called.
!
! CIGGEDINIT = s48_init_flock s48_init_network s48_init_select \
! s48_init_syscalls s48_init_tty s48_init_time
# --------------------
|