diff options
author | Yao Qi <yao@codesourcery.com> | 2011-02-12 13:07:39 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-02-12 13:07:39 +0000 |
commit | 181d9476d84de551b767c2a3a38676b762a31102 (patch) | |
tree | 49da6147f062b504257fe0e02f20e63d5b6b8791 /gdb/Makefile.in | |
parent | 4cf7a849ef1691b4bfbd468fb7e3beb5cd5590bc (diff) | |
download | gdb-181d9476d84de551b767c2a3a38676b762a31102.zip gdb-181d9476d84de551b767c2a3a38676b762a31102.tar.gz gdb-181d9476d84de551b767c2a3a38676b762a31102.tar.bz2 |
2011-02-12 Yao Qi <yao@codesourcery.com>
* Makefile.in (CLEANDIRS): Remove duplicated common dir.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7cf9f3d..5f91e35 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -902,7 +902,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ TSOBS = inflow.o SUBDIRS = doc @subdirs@ data-directory -CLEANDIRS = $(SUBDIRS) gnulib common +CLEANDIRS = $(SUBDIRS) gnulib # List of subdirectories in the build tree that must exist. # This is used to force build failures in existing trees when |