Maelstrom: Really the all target depends on data, not the Maelstrom executable

https://github.com/libsdl-org/Maelstrom/commit/6e56246c8d4be6592fcbf93bc9939600334e49b3

From 6e56246c8d4be6592fcbf93bc9939600334e49b3 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 22 Sep 2012 21:26:47 -0700
Subject: [PATCH] Really the all target depends on data, not the Maelstrom
 executable

---
 Makefile.am | 2 +-
 Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9653e067..94e35e59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ EXTRA_DIST =			\
 
 DIST_SUBDIRS = $(SUBDIRS)
 
-$(PROGRAMS): data
+all: data
 
 data: Maelstrom_Data.zip
 
diff --git a/Makefile.in b/Makefile.in
index d8018fa0..2909d1cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -896,7 +896,7 @@ uninstall-am: uninstall-binPROGRAMS
 	uninstall-binPROGRAMS
 
 
-$(PROGRAMS): data
+all: data
 
 data: Maelstrom_Data.zip