summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-10-23 21:07:12 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-10-23 21:07:12 +0000
commit8c802f796ee7143debdecf1e71e84e618e060522 (patch)
tree2b1d42683f4fb5206830e2998983ad076417db6d /Makefile.am
parent304beedff66622135c5b1d3b493d5803f687a147 (diff)
downloadlibxslt-8c802f796ee7143debdecf1e71e84e618e060522.tar.gz
libxslt-8c802f796ee7143debdecf1e71e84e618e060522.tar.bz2
libxslt-8c802f796ee7143debdecf1e71e84e618e060522.zip
cleaned up the spec file and associated changes in the Makefiles. Daniel
* Makefile.am libxslt.spec.in doc/Makefile.am: cleaned up the spec file and associated changes in the Makefiles. Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 215cde22..2a16c61e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,7 +64,7 @@ cleantar:
@(rm -f libxslt*.tar.gz)
rpm: cleantar
- @(unset CDPATH ; $(MAKE) dist && rpm -ta $(distdir).tar.gz)
+ @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
pkgconfigdir=$(libdir)/pkgconfig