diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-31 16:27:10 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-31 16:27:10 +0200 |
commit | 9e3809e36efc326fd29b86f44e4f0704354fa5aa (patch) | |
tree | 4eafd922426433eee217109b2fffcdccd4034f0d /build | |
parent | 8b28fa70cc0cef4b411523f47edb7b9b4c11f88d (diff) | |
download | librpm-tizen-9e3809e36efc326fd29b86f44e4f0704354fa5aa.tar.gz librpm-tizen-9e3809e36efc326fd29b86f44e4f0704354fa5aa.tar.bz2 librpm-tizen-9e3809e36efc326fd29b86f44e4f0704354fa5aa.zip |
Eliminate clean-local:
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 15857eb12..8d595cb8f 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -30,9 +30,6 @@ librpmbuild_la_LDFLAGS = -release 4.4 \ $(top_builddir)/rpmio/librpmio.la \ @WITH_LIBELF_LIB@ -clean-local: - rm -f *.o - #BUILT_SOURCES = rpmbuild.lcd rpmbuild.lcd: Makefile.am ${librpmbuild_la_SOURCES} ${pkginc_HEADERS} ${noinst_HEADERS} |