From 30b7274af9bc4e81ea91608310ca58124df2779f 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 +- data/Makefile | 2 +- include/Makefile | 2 +- src/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d461f17..c68038f 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,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/data/Makefile b/data/Makefile index db72a8c..f1f72c7 100644 --- a/data/Makefile +++ b/data/Makefile @@ -11,7 +11,7 @@ clean: distclean: clean -install: all +install: $(MKDIR) $(DESTDIR)$(PREFIX)/etc/AppInterface $(INSTALL) -m 0644 -- VPN.interface $(DESTDIR)$(PREFIX)/etc/AppInterface/VPN.interface diff --git a/include/Makefile b/include/Makefile index 1cfd321..814ebbe 100644 --- a/include/Makefile +++ b/include/Makefile @@ -13,7 +13,7 @@ clean: distclean: clean -install: all +install: $(MKDIR) $(DESTDIR)$(INCLUDEDIR) $(INSTALL) -m 0644 -- VPN.h $(DESTDIR)$(INCLUDEDIR)/VPN.h diff --git a/src/Makefile b/src/Makefile index 0685db1..b82db1c 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 -- VPN $(DESTDIR)$(BINDIR)/VPN