From: Jeremy Kerr Date: Thu, 16 Aug 2007 23:50:34 +0000 (+0800) Subject: Add utils dir to tarball X-Git-Tag: v1.0.0~982 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=cb1389df1252483c824812ca49a6c3e67619d8e0 Add utils dir to tarball make dist left it out. Signed-off-by: Jeremy Kerr --- diff --git a/Makefile b/Makefile index e5247bc..cecf20c 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ $(PACKAGE)-$(VERSION).tar.gz: $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION): clean mkdir $@ $@/devices cp -a artwork $@ + cp -a utils $@ cp *.[ch] $@ cp -a devices/*.[ch] $@/devices/ cp Makefile $@