scotty-2.1.0 make on OSF3.2D rev41

R.Whittington (r.whittington@dl.ac.uk)
Mon, 24 Jun 1996 14:04:33 +0100

found a problem in unix/Makefile.in which makes OSF make
honk. Appears that if MSQL_SRCS is not selected by configure
then the resultant Makefile has a line with two tabs and
nothing else.

i made it work with the following mod:

tca2.dl.ac.uk> diff Makefile.in Makefile.in.save
351,356c351,354
< TNM_SRCS = $(TNM_GENERIC_SRCS) \
< $(SNMP_SRCS) @GDMO_SRCS@ @CMIP_SRCS@ @MSQL_SRCS@
<
< TNM_OBJS = $(TNM_GENERIC_OBJS) \
< $(SNMP_OBJS) @GDMO_OBJS@ @CMIP_OBJS@ @MSQL_OBJS@
<

---
> TNM_SRCS =    $(TNM_GENERIC_SRCS)  $(SNMP_SRCS)  @GDMO_SRCS@  @CMIP_SRCS@ \
>               @MSQL_SRCS@
> TNM_OBJS =    $(TNM_GENERIC_OBJS)  $(SNMP_OBJS)  @GDMO_OBJS@  @CMIP_OBJS@ \
>               @MSQL_OBJS@

cheers, royd.

-- 
Royd Whittington           | Tel: (+44) (0)1925 603226
Daresbury Laboratory       | FAX: (+44) (0)1925 603230
Warrington                 | r.whittington@dl.ac.uk
Cheshire WA4 4AD UK        | Computing Department