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