fix syntax error

This commit is contained in:
David MacKenzie 1993-08-04 00:28:19 +00:00
parent eca6fef226
commit 5d4c714ebd
2 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,7 @@
Tue Aug 3 16:33:11 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* Makefile.in (install): Fix sh syntax error.
* aoutf1.h: Make bfd_error_trap extern; it's defined in bfd.c.
Tue Aug 3 15:19:09 1993 Fred Fish (fnf@deneb.cygnus.com)

View File

@ -306,16 +306,13 @@ install:
$(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
$(INSTALL_DATA) $(INCDIR)/obstack.h $(includedir)/obstack.h
-if [ -z "$(oldincludedir)" ] ; then true ; \
else if [ -d $(oldincludedir) ] ; then true ; \
else mkdir $(oldincludedir) ; \
fi ; \
$(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h;\
$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h;\
$(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h;\
fi
@$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
-if test -z "$(oldincludedir)"; then true; else \
test -d $(oldincludedir) || mkdir $(oldincludedir); \
$(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h; \
$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
$(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h; \
@$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
fi
Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
$(SHELL) config.status