Difference for include/Makefile.in from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 VPATH = @srcdir@  VPATH = @srcdir@
   RM = @RM@
   
 ALL_FILES = \  ALL_FILES = \
 commands.h     libproto.h     patchlevel.h   sounds.h \  commands.h     libproto.h     patchlevel.h   sounds.h \
Line 17
 
Line 18
   
 clean::  clean::
   
   distclean:: clean
    $(RM) -f autoconf.h
    $(RM) -f Makefile
   
 archive::  archive::
  @if [ -d $(ARCHIVE)/include ]; then set +x; \   @if [ -d $(ARCHIVE)/include ]; then set +x; \
  else (set -x; $(MKDIR) $(ARCHIVE)/include); fi   else (set -x; $(MKDIR) $(ARCHIVE)/include); fi


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:17