diff src/main/macos/exports/Makefile @ 1317:6c7b69218276

Updated exports
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Feb 2006 09:01:12 +0000
parents 51b5e0be61c3
children c71e05b4dc2e
line wrap: on
line diff
--- a/src/main/macos/exports/Makefile	Wed Feb 01 08:24:32 2006 +0000
+++ b/src/main/macos/exports/Makefile	Wed Feb 01 09:01:12 2006 +0000
@@ -30,7 +30,7 @@
 
 all: $(EXPORTS)
 
-$(EXPORTS): $(HEADERS)
+$(EXPORTS): Makefile gendef.pl $(HEADERS)
 	perl gendef.pl $(HEADERS) >$@ || rm $@
 
 clean: