diff Makefile @ 643:f1301ff4b979

forcing user to re-run ./configure if it's changed
author arpi_esp
date Thu, 26 Apr 2001 20:35:23 +0000
parents f03f9ae6303a
children 78cffa191a1e
line wrap: on
line diff
--- a/Makefile	Thu Apr 26 20:23:24 2001 +0000
+++ b/Makefile	Thu Apr 26 20:35:23 2001 +0000
@@ -30,7 +30,7 @@
 
 # .PHONY: all clean
 
-all:	version.h $(PRG) $(PRG_CFG)
+all:	version.h config.h $(PRG) $(PRG_CFG)
 # $(PRG_AVIP)
 
 .c.o:
@@ -96,6 +96,13 @@
 .depend: Makefile config.mak config.h
 	makedepend -f- -- $(CFLAGS) -- mplayer.c mplayerHQ.c aviparse.c tvision.c $(SRCS) 1>.depend 2>/dev/null
 
+# ./configure must be run if it changed in CVS
+config.h: configure
+	@echo "############################################################"
+	@echo "####### Please run ./configure again - it's changed! #######"
+	@echo "############################################################"
+	@exit 1
+
 # rebuild at every config.h/config.mak change:
 version.h: config.h config.mak Makefile
 	$(MAKE) distclean