diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-15 09:01:30 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-15 09:01:30 +0000 |
commit | 6bd9960c7c8cea26ac4843c9d84aa24abe2f1cc2 (patch) | |
tree | f4fd1f63d47792367ba6873f34da9ba38b89e357 /libiberty/Makefile.in | |
parent | ae3603ca59823ae03c3e021ff7a98256953d4cfe (diff) | |
download | gcc-6bd9960c7c8cea26ac4843c9d84aa24abe2f1cc2.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c750b122426..f5a18336268 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) |