mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:21:07 +08:00
* Makefile.in (LIBOBJS): Depend on stamp-picdir.
From-SVN: r30533
This commit is contained in:
parent
b94bff8d1d
commit
ecc45b285a
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user