Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for ep/Makefile.in between version 1.9 and 1.10

version 1.9, 2002/02/20 20:16:39 version 1.10, 2002/02/24 05:45:24
Line 62  mkinstalldirs = $(SHELL) $(top_srcdir)/m
Line 62  mkinstalldirs = $(SHELL) $(top_srcdir)/m
   
 CONFIG_HEADER = config.h  CONFIG_HEADER = config.h
 # DISTFILES {{{  # DISTFILES {{{
 DISTFILES = AUTHORS BUGS COPYING INSTALL README TODO \  DISTFILES = AUTHORS COPYING INSTALL README TODO \
                          configure Makefile.in config.h.in \                           configure Makefile.in config.h.in \
                          install-sh mkinstalldirs \                           install-sh mkinstalldirs \
                          src \                           src \
                                 src/Makefile.in \                                  src/Makefile.in \
                                 src/cfg.c         src/cfg.h \                                  src/conf.c        src/conf.h \
                                 src/cfglocal.c    src/cfglocal.h \  
                                 src/fd.c          src/fd.h \                                  src/fd.c          src/fd.h \
                                 src/m_memory.c    src/m_memory.h \                                  src/m_memory.c    src/m_memory.h \
                                 src/m_proctable.c src/m_proctable.h \                                  src/m_proctable.c src/m_proctable.h \
Line 176  distdir: $(DISTFILES)
Line 175  distdir: $(DISTFILES)
         here=`cd $(top_builddir) && pwd`; \          here=`cd $(top_builddir) && pwd`; \
         top_distdir=`cd $(distdir) && pwd`; \          top_distdir=`cd $(distdir) && pwd`; \
         distdir=`cd $(distdir) && pwd`;          distdir=`cd $(distdir) && pwd`;
         @for file in $(DISTFILES); do \          @FILES=`echo "$(DISTFILES)" | awk 'BEGIN{RS=" "}{print}' | sort -u`; \
           for file in $$FILES; do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             mkdir $(distdir)/$$file; \              mkdir $(distdir)/$$file; \

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top