1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

'configure changed'-test re-added, noticed by Sylvain Petreolle <spetreolle@yahoo.fr>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6959 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-10 18:45:31 +00:00
parent 8672b1e004
commit b3a9d73a08

View File

@ -290,6 +290,15 @@ depend:
$(CC) -MM $(CFLAGS) mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done
# ./configure must be run if it changed in CVS
config.h: configure
@echo "############################################################"
@echo "####### Please run ./configure again - it's changed! #######"
@echo "############################################################"
ifeq ($(wildcard .developer),)
@exit 1
endif
# do not rebuild after cvs commits if .developer file is present!
# rebuild at every config.h/config.mak change: