mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
fix syntax error
This commit is contained in:
parent
eca6fef226
commit
5d4c714ebd
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user