* Makefile.in (LIBOBJS): Depend on stamp-picdir.

From-SVN: r30533
This commit is contained in:
Jeffrey A Law 1999-11-15 08:59:33 +00:00 committed by Jeff Law
parent b94bff8d1d
commit ecc45b285a
2 changed files with 8 additions and 0 deletions

View 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.

View 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)