diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-26 19:04:19 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-26 19:04:19 +0000 |
commit | ad0431621bf138736f7425aed4be79694915c560 (patch) | |
tree | 98f11afc854887409e53a8868442cb46c279127d /gcc/Makefile.in | |
parent | 1e5da0bc4f4f9381d4fb5d699c8ae2fb37fcf797 (diff) | |
download | ppe42-gcc-ad0431621bf138736f7425aed4be79694915c560.tar.gz ppe42-gcc-ad0431621bf138736f7425aed4be79694915c560.zip |
* Makefile.in: Remove references to ADAC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a2406f49a9e..825bdc31e7a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -202,7 +202,6 @@ T_CFLAGS = X_CPPFLAGS = T_CPPFLAGS = -ADAC = @ADAC@ AWK = @AWK@ CC = @CC@ BISON = @BISON@ @@ -3363,7 +3362,6 @@ VOL_FILES=`echo $(BACKEND) $(OBJS) $(C_OBJS) $(LIBCPP_OBJS) *.c *.h gen*` # the context of the stage_x rule. POSTSTAGE1_FLAGS_TO_PASS = \ - ADAC="\$$(CC)" \ ADAFLAGS="$(BOOT_ADAFLAGS)" \ CFLAGS="$(BOOT_CFLAGS)" \ LDFLAGS="$(BOOT_LDFLAGS)" \ |