[Mplayer-cvslog] CVS: main Makefile,1.24,1.25

GEREOFFY arpi_esp at users.sourceforge.net
Thu Apr 26 22:35:25 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv29800

Modified Files:
	Makefile 
Log Message:
forcing user to re-run ./configure if it's changed

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** Makefile	2001/04/24 22:51:55	1.24
--- Makefile	2001/04/26 20:35:23	1.25
***************
*** 31,35 ****
  # .PHONY: all clean
  
! all:	version.h $(PRG) $(PRG_CFG)
  # $(PRG_AVIP)
  
--- 31,35 ----
  # .PHONY: all clean
  
! all:	version.h config.h $(PRG) $(PRG_CFG)
  # $(PRG_AVIP)
  
***************
*** 96,99 ****
--- 96,106 ----
  .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:


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list