]> code.citadel.org Git - citadel.git/commitdiff
* Remove non (yet) existent sstring.c dependency from Makefile.in
authorMichael Hampton <io_error@uncensored.citadel.org>
Mon, 6 Jan 2003 09:17:10 +0000 (09:17 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Mon, 6 Jan 2003 09:17:10 +0000 (09:17 +0000)
citadel/ChangeLog
citadel/Makefile.in

index d12e2163bc71a789c4399eac9e5503bb8718eebc..c8752996c49b3589830feae0b4bf4c0a261325c3 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.102  2003/01/06 09:17:10  error
+ * Remove non (yet) existent sstring.c dependency from Makefile.in
+
  Revision 601.101  2003/01/05 07:35:03  error
  * Add an AllFloors parameter to the citadel IPC API
 
@@ -4349,4 +4352,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index 95bbcba384a3aa76fec582e4da4d548943decdf2..67142180f4df65e33aa0c42f20960c192b356be0 100644 (file)
@@ -112,10 +112,10 @@ serv_modules: $(SERV_MODULES)
 
 citadel$(EXEEXT): citadel.o citadel_ipc.o client_chat.o client_passwords.o \
        commands.o html.o ipc_c_tcp.o md5.o messages.o rooms.o routines.o \
-       routines2.o screen.o sstring.o tools.o $(LIBOBJS)
+       routines2.o screen.o tools.o $(LIBOBJS)
        $(CC) citadel.o citadel_ipc.o client_chat.o client_passwords.o \
        commands.o html.o ipc_c_tcp.o md5.o messages.o rooms.o routines.o \
-       routines2.o screen.o sstring.o tools.o $(LIBOBJS) \
+       routines2.o screen.o tools.o $(LIBOBJS) \
        $(LDFLAGS) -o citadel $(LIBS)
 
 .y.c: