From ad8327b8e24dc7f0ea0d0785a0db7d54ca0c9afe Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 27 Jan 2011 02:18:20 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6829fe..a4c562a 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ dist: $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) -install: all +install: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done uninstall: diff --git a/src/Makefile b/src/Makefile index 529159c..16d63d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,7 +49,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(BINDIR) $(INSTALL) -m 0755 -- configure $(DESTDIR)$(BINDIR)/configure