diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-16 01:23:41 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-16 01:23:41 +0000 |
commit | 30662ca6a8b8f98e699916cd23281c56441d8490 (patch) | |
tree | 58cb08faab7ea9ab2ee5f2ce5fc8062cbdf4762e /bfd/Makefile.in | |
parent | b11a9b286602e569fa4fbc7ce75de075c479392e (diff) | |
download | gdb-30662ca6a8b8f98e699916cd23281c56441d8490.zip gdb-30662ca6a8b8f98e699916cd23281c56441d8490.tar.gz gdb-30662ca6a8b8f98e699916cd23281c56441d8490.tar.bz2 |
Add .NOEXPORT: so that doc directory doesn't inherit a bad definition
for target_makefile_frag.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 7a4236c..5c0d99a 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -104,6 +104,8 @@ STAGESTUFF = $(TARGETLIB) $(OFILES) all: $(TARGETLIB) $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" +.NOEXPORT: + check: info: force |