summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-09-22 17:43:10 +0200
committerJustin Davis <jrcd83@gmail.com>2011-09-22 17:43:10 +0200
commit017d215397bc2086789c603b0d3290c320d25237 (patch)
tree2f71ead6ad6e66472c7fe3a25af17bb3bfec191c /Makefile
parent4c9fde183087d94d3f11ba5419cba530ffb20fc0 (diff)
downloadgenpkg-017d215397bc2086789c603b0d3290c320d25237.tar.gz
genpkg-017d215397bc2086789c603b0d3290c320d25237.tar.xz
Tabify indent in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c359f90..3061d38 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ $(PKGS)/$(PKG)/PKGMETA: prepare
prepare:
@case '$(PKG)' in \
- '') echo 'error: Specify the package name in the PKG variable.' 1>&2 ;\
- false ;; \
+ '') echo 'error: Specify the package name in the PKG variable.' 1>&2 ;\
+ false ;; \
esac
@[ -d var ] || mkdir var