summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-15 08:59:33 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-15 08:59:33 +0000
commitae3603ca59823ae03c3e021ff7a98256953d4cfe (patch)
tree4d0d56d001ef838675d9276934301071e4eb81da /libiberty/Makefile.in
parentb1287a67ee1d68edf56e73fd612f2534b6afb66b (diff)
downloadgcc-ae3603ca59823ae03c3e021ff7a98256953d4cfe.tar.gz
* Makefile.in (LIBOBJS): Depend on stamp-picdir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index f5a18336268..c750b122426 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -191,6 +191,10 @@ stamp-picdir:
.PHONY: all etags tags ls clean stage1 stage2
+# The "pic" subdir must be created before we can put any object
+# files into it.
+$(LIBOBJS): stamp-picdir
+
etags tags: TAGS etags-subdir
TAGS: $(CFILES) $(HFILES)