From a236ec416e28449ef9d9c519ed2b83f527b6d453 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 1 Mar 2006 18:31:04 +0000 Subject: [PATCH] make install doesn't depend on all. See #1293 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 836fe2d15..6044fedcd 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ dist: @tar cjf gajim-$(VERSION).tar.bz2 gajim-$(VERSION)/ rm -rf gajim-$(VERSION) -install: all +install: # Remove the old po folder if it exists if [ -d $(DESTDIR)$(PREFIX)/share/gajim/po ] ; then \ rm -rf $(DESTDIR)$(PREFIX)/share/gajim/po; \