[DVDnav-discuss] r1021 - trunk/libdvdnav/Makefile

nicodvb subversion at mplayerhq.hu
Thu May 1 10:59:33 CEST 2008


Author: nicodvb
Date: Thu May  1 10:59:33 2008
New Revision: 1021

Log:
SRCS and DVDREAD_SRCS depend on version.h; fixes parallel build.
Patch by Dan Nicholson: dbn.lists gmail com


Modified:
   trunk/libdvdnav/Makefile

Modified: trunk/libdvdnav/Makefile
==============================================================================
--- trunk/libdvdnav/Makefile	(original)
+++ trunk/libdvdnav/Makefile	Thu May  1 10:59:33 2008
@@ -80,6 +80,8 @@ endif
 
 version.h:
 	sh $(SRC_PATH)/version.sh $(SRC_PATH)
+	
+$(SRCS) $(DVDREAD_SRCS): version.h
 
 
 # General targets



More information about the DVDnav-discuss mailing list