Diff for /rpm2html/Makefile.in between versions 1.76 and 1.77

version 1.76, 2000/11/06 10:51:39 version 1.77, 2000/11/16 13:57:57
Line 65  distclean : clean Line 65  distclean : clean
         $(RM) Makefile config.h config.log config.cache \          $(RM) Makefile config.h config.log config.cache \
               config.status .depends Makefile                config.status .depends Makefile
   
 sql: sql.c sql.h rpm2html.h Makefile  sqltools: sqltools.c sql.h rpm2html.h Makefile $(OBJS)
         $(CC) $(LDFLAGS) $(CFLAGS) $(INCL) -DSTANDALONE -o $@ sql.c -L. $(LIBXML_LIBS) $(LIBS) -lmysqlclient -lpopt          $(CC) $(LDFLAGS) $(CFLAGS) $(INCL) -DSTANDALONE -o $@ sqltools.c $(OBJS) -L. $(LIBXML_LIBS) $(LIBS) -lmysqlclient -lpopt
                   
 rpm2html : rpm2html.o $(OBJS)   rpm2html : rpm2html.o $(OBJS) 
         $(CC) $(LDFLAGS) $(CFLAGS) -o $@ rpm2html.o $(OBJS) -L. $(LIBXML_LIBS) $(LIBS)          $(CC) $(LDFLAGS) $(CFLAGS) -o $@ rpm2html.o $(OBJS) -L. $(LIBXML_LIBS) $(LIBS)

Removed from v.1.76  
changed lines
  Added in v.1.77


Webmaster