From 7e2c37e2f5f1e61067f61c7ce0743c1c33282b0f Mon Sep 17 00:00:00 2001 From: Eric B Merritt Date: Wed, 24 Apr 2013 09:54:10 -0700 Subject: [PATCH] fix bug in rebuild introduced by new makefile changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 031bba4..05c17ca 100644 --- a/Makefile +++ b/Makefile @@ -91,4 +91,4 @@ distclean: clean rm -rvf $(CURDIR)/deps rm -rvf .DEV_MODE -rebuild: distclean get-deps all +rebuild: distclean all