Add .NOEXPORT: so that doc directory doesn't inherit a bad definition
for target_makefile_frag.
This commit is contained in:
parent
b11a9b2866
commit
30662ca6a8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Apr 15 18:11:58 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: added .NOEXPORT:
|
||||||
|
|
||||||
Tue Apr 14 14:34:42 1992 Fred Fish (fnf@cygnus.com)
|
Tue Apr 14 14:34:42 1992 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* elf.c (bfd_add_strtab, bfd_add_2_to_strtab): CONST spreads
|
* elf.c (bfd_add_strtab, bfd_add_2_to_strtab): CONST spreads
|
||||||
|
|
|
@ -104,6 +104,8 @@ STAGESTUFF = $(TARGETLIB) $(OFILES)
|
||||||
all: $(TARGETLIB)
|
all: $(TARGETLIB)
|
||||||
$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
|
$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
|
||||||
|
|
||||||
|
.NOEXPORT:
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
|
||||||
info: force
|
info: force
|
||||||
|
|
Loading…
Reference in a new issue