comparison Makefile @ 17889:180736f5c1d8

codec-cfg depend on help_mp.h. Fix // builds.
author albeu
date Sat, 18 Mar 2006 17:41:24 +0000
parents 73db10d5f2e3
children 52f95509cd05
comparison
equal deleted inserted replaced
17888:a516a3ca7c9b 17889:180736f5c1d8
445 # finish before we can start building new object files. 445 # finish before we can start building new object files.
446 # help_mp.h is also required by a lot of files, so force generating it early. 446 # help_mp.h is also required by a lot of files, so force generating it early.
447 $(MPLAYER_DEP): version.h help_mp.h 447 $(MPLAYER_DEP): version.h help_mp.h
448 $(MENCODER_DEP): version.h help_mp.h 448 $(MENCODER_DEP): version.h help_mp.h
449 449
450 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h 450 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h
451 $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) 451 $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
452 452
453 install: $(ALL_PRG) 453 install: $(ALL_PRG)
454 ifeq ($(VIDIX),yes) 454 ifeq ($(VIDIX),yes)
455 $(DO_MAKE) 455 $(DO_MAKE)