mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +00: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:
parent
8672b1e004
commit
b3a9d73a08
9
Makefile
9
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user