PennMUSH Community

Changeset 1220

Show
Ignore:
Timestamp:
02/19/08 19:36:31 (10 months ago)
Author:
shawnw
Message:

Remove prototype ssl_slave. Needs to be in a seperate branch until working well enough to merge into trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/Makefile.in

    r1167 r1220  
    6161    $(CC) $(CCFLAGS) -DINFOSLAVE -o info_slave info_slave.o \ 
    6262    ident.o strdup.o sig.o wait.o mysocket.c $(LDFLAGS) $(LIBS) 
    63  
    64 SSL_SLAVE_OBJS = strdup.o sig.o mymalloc.o mysocket.o myssl.o notify.o myrlimit.o strutil.o ident.o utils.o 
    65 ssl_slave: ssl_slave.c $(SSL_SLAVE_OBJS) 
    66     @echo "Making ssl_slave." 
    67     $(CC) $(CCFLAGS) -c ssl_slave.c 
    68     $(CC) $(CCFLAGS) -o ssl_slave ssl_slave.o \ 
    69     $(SSL_SLAVE_OBJS) $(LDFLAGS) $(LIBS) 
    7063 
    7164# It should always be out of date.