OSDN Git Service

* Makefile.in (LIBOBJS): Depend on stamp-picdir.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 1999 08:59:33 +0000 (08:59 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 1999 08:59:33 +0000 (08:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30533 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index e1bad88..959d7eb 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 f5a1833..c750b12 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)