From d188238d407dc18d7989e43f0a8a0ff93a153b86 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 12 Jan 2009 06:22:26 +0000 Subject: [PATCH] Fixed snapshot target --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fd61d24be..6ed1ad04c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -198,4 +198,4 @@ commit: indent # Create a SVN snapshot that people can run update on snapshot: - $(SHELL) $(aux_dir)/snapshot.sh + $(SHELL) $(auxdir)/snapshot.sh