* Final cleanup of changes (finally located and fixed the bug)
[citadel.git] / webcit / Makefile.in
index 2e488331287a7a2e7caab2846522ae51aacc3f11..f9b04c1c2070ed4c7f14700425d82929a2ded1c5 100644 (file)
@@ -34,7 +34,6 @@ webserver: webserver.o context_loop.o tools.o \
        locate_host.o siteconfig.o subst.o vcard.o vcard_edit.o \
        mime_parser.o graphics.o netconf.o preferences.o html2html.o \
        $(LIBOBJS) $(LIBS) -o webserver
-       strip webserver
 
 .c.o:
        $(CC) $(CFLAGS) $(DEFS) -c $(PTHREAD_DEFS) -DWEBCITDIR=\"`pwd`\" $<