make install depends on make all

This commit is contained in:
Yann Leboulanger 2005-12-26 13:27:02 +00:00
parent 8a875bdb2c
commit 4883838758
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ dist:
@tar cjf gajim-$(VERSION).tar.bz2 gajim-$(VERSION)/
rm -rf gajim-$(VERSION)
install:
install: all
# Remove the old po folder if it exists
if [ -d $(DESTDIR)$(PREFIX)/share/gajim/po ] ; then \
rm -rf $(DESTDIR)$(PREFIX)/share/gajim/po; \