RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   21-Jun-2007 20:19:01
  Branch: HEAD                             Handle: 2007062119190000

  Modified files:
    rpm/build               Makefile.am

  Log:
    nuke a dangling symlink for rpmfile.h. File/magic is already
    externally and rpmfile.h is not used anywhere in the code and now
    points to nowhere anyway

  Summary:
    Revision    Changes     Path
    2.56        +2  -7      rpm/build/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/build/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.55 -r2.56 Makefile.am
  --- rpm/build/Makefile.am     20 Jun 2007 21:10:21 -0000      2.55
  +++ rpm/build/Makefile.am     21 Jun 2007 18:19:00 -0000      2.56
  @@ -18,7 +18,7 @@
   LIBS =
   
   pkgincdir = $(pkgincludedir)
  -pkginc_HEADERS = rpmbuild.h rpmfile.h rpmspec.h
  +pkginc_HEADERS = rpmbuild.h rpmspec.h
   noinst_HEADERS = buildio.h
   
   LDFLAGS = -L$(RPM_BUILD_ROOT)$(usrlibdir) -L$(DESTDIR)$(usrlibdir)
  @@ -40,13 +40,8 @@
   librpmbuild_la_LDFLAGS += -Wl,--version-script=$(srcdir)/librpmbuild.vers
   endif
   
  -rpmfile.h:
  -     @ln -sf $(top_builddir)/file/src/file.h $@
  -
  -files.c rpmfc.c: rpmfile.h
  -
   clean-local:
  -     rm -f *.o rpmfile.h # .created $(FILELOBJS)
  +     rm -f *.o # .created $(FILELOBJS)
   
   #BUILT_SOURCES = rpmbuild.lcd
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to