diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-24 10:19:55 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-24 10:19:55 +0300 |
commit | 8a2706cd117f37262f59d6b45bb32af8978a19d7 (patch) | |
tree | 94b4c43abc3190a6c20e011747a1862c30fdb95b /build | |
parent | ffa3122d5843fe931cbdb4346fd54c5d78b6a024 (diff) | |
download | rpm-8a2706cd117f37262f59d6b45bb32af8978a19d7.tar.gz rpm-8a2706cd117f37262f59d6b45bb32af8978a19d7.tar.bz2 rpm-8a2706cd117f37262f59d6b45bb32af8978a19d7.zip |
Kill of one more rpmfile reference
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 83d2dee9e..a9cab89d5 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -I. \ LIBS = pkgincdir = $(pkgincludedir) -pkginc_HEADERS = rpmbuild.h rpmfc.h rpmfile.h rpmspec.h +pkginc_HEADERS = rpmbuild.h rpmfc.h rpmspec.h noinst_HEADERS = buildio.h LDFLAGS = -L$(RPM_BUILD_ROOT)$(usrlibdir) -L$(DESTDIR)$(usrlibdir) @@ -37,13 +37,8 @@ librpmbuild_la_LDFLAGS = -release 4.4 $(LDFLAGS) \ $(top_builddir)/rpmio/librpmio.la \ @WITH_LIBELF_LIB@ -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 #BUILT_SOURCES = rpmbuild.lcd |