From 1dc21101fe688af134e02a2f1566a4cd47b31322 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 27 Jan 2011 00:02:04 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 2 +- data/Makefile | 2 +- po/Makefile | 2 +- src/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e3af408..e55b936 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ dist: $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) -install: all +install: $(TARGETS) @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done uninstall: diff --git a/data/Makefile b/data/Makefile index 7b93624..34d551a 100644 --- a/data/Makefile +++ b/data/Makefile @@ -11,7 +11,7 @@ clean: distclean: clean -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(PREFIX)/share/applications $(INSTALL) -m 0644 -- mixer.desktop $(DESTDIR)$(PREFIX)/share/applications/mixer.desktop diff --git a/po/Makefile b/po/Makefile index 1f19e68..8e8d4ee 100644 --- a/po/Makefile +++ b/po/Makefile @@ -21,7 +21,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) ./gettext.sh -P "$(DESTDIR)$(PREFIX)" -i -- "fr.mo" uninstall: diff --git a/src/Makefile b/src/Makefile index 85a9158..95fab6a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,7 +39,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(BINDIR) $(INSTALL) -m 0755 -- mixer $(DESTDIR)$(BINDIR)/mixer