projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6e5b6
)
* Makefile.in: When making tar file, remove texinfo/*,
author
Per Bothner
<per@bothner.com>
Fri, 26 Feb 1993 00:14:49 +0000
(
00:14
+0000)
committer
Per Bothner
<per@bothner.com>
Fri, 26 Feb 1993 00:14:49 +0000
(
00:14
+0000)
except for texinfo/texinfo.tex.
binutils/Makefile.in
patch
|
blob
|
history
diff --git
a/binutils/Makefile.in
b/binutils/Makefile.in
index 5fd2730156b74c916f2b69507fe236efb64c4b98..630f631c10684638552b54ff630cf3bef4c2c14b 100644
(file)
--- a/
binutils/Makefile.in
+++ b/
binutils/Makefile.in
@@
-383,6
+383,7
@@
$(DIST_NAME).tar.Z:
make diststuff -f Makefile.in
cd ../ld; make diststuff -f Makefile.in
cd ../gprof; make diststuff -f Makefile.in
+ cd ../texinfo; mv texinfo.tex ..; rm -rf *; mv ../texinfo.tex .
cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
rm -rf ../../$(DIST_NAME)