diff options
author | jbj <devnull@localhost> | 2002-11-29 21:35:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-11-29 21:35:53 +0000 |
commit | fc990ef48b29b1b5995d9fe5ef229bb223ad5095 (patch) | |
tree | 487fa0ecc9a34ff4a36e744a917b44682ac5c618 /build | |
parent | a972f919a69bafb970237b102048699cfa81b3f9 (diff) | |
download | librpm-tizen-fc990ef48b29b1b5995d9fe5ef229bb223ad5095.tar.gz librpm-tizen-fc990ef48b29b1b5995d9fe5ef229bb223ad5095.tar.bz2 librpm-tizen-fc990ef48b29b1b5995d9fe5ef229bb223ad5095.zip |
- build with external elfutils (preferred), if available.
CVS patchset: 5900
CVS date: 2002/11/29 21:35:53
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 1187a6241..56e65de8c 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -43,6 +43,8 @@ $(top_builddir)/file/listobjs: done touch $@ +rpmfc.c: rpmfile.h + clean-local: rm -f $(FILELOBJS) *.o .created rpmfile.h |