[llvm-branch-commits] [cfe-branch] r81947 - in /cfe/branches/Apple/bender-clang: docs/tools/Makefile lib/Headers/Makefile

Mike Stump mrs at apple.com
Tue Sep 15 16:17:35 PDT 2009


Author: mrs
Date: Tue Sep 15 18:17:35 2009
New Revision: 81947

URL: http://llvm.org/viewvc/llvm-project?rev=81947&view=rev
Log:
More version number updates.

Modified:
    cfe/branches/Apple/bender-clang/docs/tools/Makefile
    cfe/branches/Apple/bender-clang/lib/Headers/Makefile

Modified: cfe/branches/Apple/bender-clang/docs/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/bender-clang/docs/tools/Makefile?rev=81947&r1=81946&r2=81947&view=diff

==============================================================================
--- cfe/branches/Apple/bender-clang/docs/tools/Makefile (original)
+++ cfe/branches/Apple/bender-clang/docs/tools/Makefile Tue Sep 15 18:17:35 2009
@@ -66,7 +66,7 @@
 	  --podpath=. --infile=$< --outfile=$@ --title=$*
 
 $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir
-	pod2man --release "clang 1.0" --center="Clang Tools Documentation" $< $@
+	pod2man --release "clang 1.0.1" --center="Clang Tools Documentation" $< $@
 
 $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir
 	groff -Tps -man $< > $@

Modified: cfe/branches/Apple/bender-clang/lib/Headers/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/bender-clang/lib/Headers/Makefile?rev=81947&r1=81946&r2=81947&view=diff

==============================================================================
--- cfe/branches/Apple/bender-clang/lib/Headers/Makefile (original)
+++ cfe/branches/Apple/bender-clang/lib/Headers/Makefile Tue Sep 15 18:17:35 2009
@@ -11,7 +11,7 @@
 include $(LEVEL)/Makefile.common
 
 # FIXME: Get version from a common place.
-HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/1.0/include
+HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/1.0.1/include
 
 HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h))
 
@@ -25,7 +25,7 @@
 # Hook into the standard Makefile rules.
 all-local:: $(OBJHEADERS)
 
-PROJ_headers := $(DESTDIR)$(PROJ_prefix)/lib/clang/1.0/include
+PROJ_headers := $(DESTDIR)$(PROJ_prefix)/lib/clang/1.0.1/include
 
 INSTHEADERS := $(addprefix $(PROJ_headers)/, $(HEADERS))
 





More information about the llvm-branch-commits mailing list