From 64246f1cf34a761b36de02d6564dfa552f6c9111 Mon Sep 17 00:00:00 2001 From: konablend Date: Mon, 2 Mar 2009 03:35:10 +0000 Subject: BuildSystem: - changed HandBrakeCLI to use project.h when showing version in hblog - changed macosx/Info.h.m4 to supply correct version; eg: MacGUI about-panel - HandBrakeCLI hblog now displays architecture; eg: Darwin i386 - HandBrake.app about-panel now displays architecture; eg: i386 - updated all versioning to reflect project policies: a. HB_PROJECT_VERSION now behave as old HB_VERSION b. HB_PROJECT_BUILD now behaves as old HB_BUILD c. dropped HB_PROJECT_VERSION_FORMAL as it is no longer referenced - renamed HOST.proc -> HOST.machine for clarity - renamed BUILD.proc -> BUILD.machine for clarity git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2192 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- make/include/main.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/include/main.rules') diff --git a/make/include/main.rules b/make/include/main.rules index 881c21486..b389022f3 100644 --- a/make/include/main.rules +++ b/make/include/main.rules @@ -19,7 +19,7 @@ mrproper: xclean include $(MODULES:%=$(PROJECT/)%/module.rules) -include $(PROJECT/)make/variant/$(HOST.system).rules --include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.proc).rules +-include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.machine).rules ############################################################################### -- cgit v1.2.3