* Makefile.in (VERSION): Bump version to 4.8.2.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index e8aea6f5ec94f5c861afcfbe7a22c165043168d3..f3616f87ab481e1e3294caef478f87ecc623c220 100644 (file)
@@ -163,7 +163,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
 ADD_FILES = ${REGEX} ${ALLOCA}  ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
 
-VERSION = 4.8.1
+VERSION = 4.8.2
 DIST=gdb
 
 LINT=/usr/5bin/lint
@@ -239,18 +239,23 @@ CHILL_FOR_TARGET = ` \
 CHILL_LIB = -lchill
 $(end-sanitize-chill)
 
+# The use of $$(x_FOR_TARGET) reduces the command line length by not
+# duplicating the lengthy definition.
 TARGET_FLAGS_TO_PASS = \
        "prefix=$(prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "against=$(against)" \
-       "CC=$(CC_FOR_TARGET)" \
+       'CC=$$(CC_FOR_TARGET)' \
+       "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "CFLAGS=$(CFLAGS)" \
 $(start-sanitize-chill)\
        "CHILLFLAGS=$(CHILLFLAGS)" \
-       "CHILL=$(CHILL_FOR_TARGET)" \
+       'CHILL=$$(CHILL_FOR_TARGET)' \
+       "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
        "CHILL_LIB=$(CHILL_LIB)" \
 $(end-sanitize-chill)\
-       "CXX=$(CXX_FOR_TARGET)" \
+       'CXX=$$(CXX_FOR_TARGET)' \
+       "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "MAKEINFO=$(MAKEINFO)" \
        "INSTALL=$(INSTALL)" \
This page took 0.023847 seconds and 4 git commands to generate.