From 3c5fca041a8dad8cd9de8603f53f7993db671ded Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 12 Jan 2009 06:22:26 +0000 Subject: [PATCH] Fixed snapshot target --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403489 --- 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