From 376114ff58367b9fdb84f6d1c4c4ce3a2f8ad261 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 20:12:43 +0200 Subject: [PATCH] Simplyfing scripts declaration in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1126e94..232d144 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = bin/* backends/initramfs-tools/* scripts/*.sh scripts/*/* +SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/* all: build -- 2.1.4