* Makefile.in (LIBOBJS): Depend on stamp-picdir.
authorJeffrey A Law <law@cygnus.com>
Mon, 15 Nov 1999 08:59:33 +0000 (08:59 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 15 Nov 1999 08:59:33 +0000 (01:59 -0700)
From-SVN: r30533

libiberty/ChangeLog
libiberty/Makefile.in

index e1bad88f3255718db32c2b0f922cfc17d0edf400..959d7eb57b6badbf149d1a63aea595c0bb110a01 100644 (file)
@@ -1,3 +1,7 @@
+Mon Nov 15 01:58:34 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (LIBOBJS): Depend on stamp-picdir.
+
 Wed Nov 10 09:42:39 1999  Jeffrey A Law  (law@cygnus.com)
 
        * hashtab.c: Include stdio.h.
index f5a18336268275ff6dc543bbb3ccdd7facdb67f3..c750b122426bab9516b0afddba73c56eae4200f7 100644 (file)
@@ -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)