fix bug in rebuild introduced by new makefile changes

This commit is contained in:
Eric B Merritt 2013-04-24 09:54:10 -07:00
parent 8870c422ca
commit 7e2c37e2f5

View file

@ -91,4 +91,4 @@ distclean: clean
rm -rvf $(CURDIR)/deps rm -rvf $(CURDIR)/deps
rm -rvf .DEV_MODE rm -rvf .DEV_MODE
rebuild: distclean get-deps all rebuild: distclean all