Commit ecc45b28 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30533
parent b94bff8d
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) Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
* hashtab.c: Include stdio.h. * hashtab.c: Include stdio.h.
......
...@@ -191,6 +191,10 @@ stamp-picdir: ...@@ -191,6 +191,10 @@ stamp-picdir:
.PHONY: all etags tags ls clean stage1 stage2 .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 etags tags: TAGS etags-subdir
TAGS: $(CFILES) $(HFILES) TAGS: $(CFILES) $(HFILES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment