Sanity (make dist).
CVS patchset: 3821 CVS date: 2000/06/07 23:55:10
This commit is contained in:
parent
6665bbbfc2
commit
1ab33a5491
|
@ -19,7 +19,7 @@ librpmbuild_la_LIBADD = -L$(top_builddir)/lib/.libs -lrpm
|
|||
|
||||
# XXX Drill out -L ldflags remnants until libtool-1.4 appears
|
||||
install-data-local:
|
||||
@cd $(libdir) && \
|
||||
@cd $(DESTDIR)/$(libdir) && \
|
||||
sed -e "s|-L$(top_builddir)/lib/.libs ||" < librpmbuild.la > .librpmbuild.la && \
|
||||
mv .librpmbuild.la librpmio.la
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ librpm_la_LIBADD = $(subst .c,.lo,$(DBLIBOBJS))
|
|||
|
||||
# XXX Drill out -L ldflags remnants until libtool-1.4 appears
|
||||
install-data-local:
|
||||
@cd $(libdir) && \
|
||||
@cd $(DESTDIR)/$(libdir) && \
|
||||
sed -e "s|-L$(top_builddir)/rpmio/.libs ||" < librpm.la > .librpm.la && \
|
||||
mv .librpm.la librpm.la
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
/* and it shouldn't need these :-( */
|
||||
|
||||
#include <rpmio.h>
|
||||
#include <header.h>
|
||||
#include <popt.h>
|
||||
#include "rpmio.h"
|
||||
#include "header.h"
|
||||
#include "popt.h"
|
||||
|
||||
typedef /*@abstract@*/ struct _dbiIndexSet * dbiIndexSet;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ librpmio_la_LIBADD = @LIBMISC@
|
|||
|
||||
# XXX Drill out -L ldflags remnants until libtool-1.4 appears
|
||||
install-data-local:
|
||||
@cd $(libdir) && \
|
||||
@cd $(DESTDIR)/$(libdir) && \
|
||||
sed -e "s|-L$(top_builddir)/popt/.libs ||" < librpmio.la > .librpmio.la && \
|
||||
mv .librpmio.la librpmio.la
|
||||
|
||||
|
|
Loading…
Reference in New Issue