make install doesn't depend on all. See #1293
This commit is contained in:
parent
4b327b5682
commit
a236ec416e
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ dist:
|
||||||
@tar cjf gajim-$(VERSION).tar.bz2 gajim-$(VERSION)/
|
@tar cjf gajim-$(VERSION).tar.bz2 gajim-$(VERSION)/
|
||||||
rm -rf gajim-$(VERSION)
|
rm -rf gajim-$(VERSION)
|
||||||
|
|
||||||
install: all
|
install:
|
||||||
# Remove the old po folder if it exists
|
# Remove the old po folder if it exists
|
||||||
if [ -d $(DESTDIR)$(PREFIX)/share/gajim/po ] ; then \
|
if [ -d $(DESTDIR)$(PREFIX)/share/gajim/po ] ; then \
|
||||||
rm -rf $(DESTDIR)$(PREFIX)/share/gajim/po; \
|
rm -rf $(DESTDIR)$(PREFIX)/share/gajim/po; \
|
||||||
|
|
Loading…
Reference in New Issue