diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-11-15 02:01:30 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-11-15 02:01:30 -0700 |
commit | f507211e3ca7083632f53166e31bc6a16de770ea (patch) | |
tree | f4fd1f63d47792367ba6873f34da9ba38b89e357 /libiberty | |
parent | ecc45b285ab762b24acd85d4def1724a6fee70d6 (diff) | |
download | gcc-f507211e3ca7083632f53166e31bc6a16de770ea.zip gcc-f507211e3ca7083632f53166e31bc6a16de770ea.tar.gz gcc-f507211e3ca7083632f53166e31bc6a16de770ea.tar.bz2 |
Revert last change.
Revert last change. HJ's message meant "code like this already exists
in libiberty/libio", not "code like this needs to be added to libiberty/libio".
What a waste of my time.
From-SVN: r30534
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 959d7eb..e1bad88 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,7 +1,3 @@ -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 c750b12..f5a1833 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -191,10 +191,6 @@ 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) |