From ecc45b285ab762b24acd85d4def1724a6fee70d6 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 15 Nov 1999 08:59:33 +0000 Subject: [PATCH] * Makefile.in (LIBOBJS): Depend on stamp-picdir. From-SVN: r30533 --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e1bad88f325..959d7eb57b6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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. 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) -- 2.30.2