Diff for /rpm2html/Makefile.in between versions 1.69 and 1.70

version 1.69, 2000/07/16 21:37:33 version 1.70, 2000/07/17 10:38:39
Line 52  FILES= Copyright BUGS README TODO INSTAL Line 52  FILES= Copyright BUGS README TODO INSTAL
 CONFIG= rpm2html-cdrom.config rpm2html-en.config rpm2html.config.mirrors \  CONFIG= rpm2html-cdrom.config rpm2html-en.config rpm2html.config.mirrors \
         rpm2html-fr.config rpm2html.config.resources rpm2html-rdf.config          rpm2html-fr.config rpm2html.config.resources rpm2html-rdf.config
   
 all : dir.gif.h new.gif.h rpm2html sql  all : dir.gif.h new.gif.h rpm2html @SQL_PROGS@
   
 clean :  clean :
         $(RM) rpm2html compressor $(OBJS) rpm2html.o compressor.o \          $(RM) rpm2html compressor $(OBJS) rpm2html.o compressor.o \
               core errors.vim test/*                core errors.vim .depends test/*
   
 distclean : clean  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: sql.c sql.h rpm2html.h Makefile
         $(CC) $(LDFLAGS) $(CFLAGS) $(INCL) -DSTANDALONE -o $@ sql.c -L. $(LIBXML_LIBS) $(LIBS) -lmysqlclient -lpopt          $(CC) $(LDFLAGS) $(CFLAGS) $(INCL) -DSTANDALONE -o $@ sql.c -L. $(LIBXML_LIBS) $(LIBS) -lmysqlclient -lpopt
                   
 rpm2html : rpm2html.o $(OBJS)   rpm2html : rpm2html.o $(OBJS) 

Removed from v.1.69  
changed lines
  Added in v.1.70


Webmaster