aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-08-04 00:28:19 +0000
committerDavid MacKenzie <djm@cygnus>1993-08-04 00:28:19 +0000
commit5d4c714ebd3c8eecd079f9c97e1a2df1a566dea2 (patch)
tree55518dd8b784f608146af3744fd43be237f5f8da /bfd/Makefile.in
parenteca6fef22683349b3c06c5e0f46e267e34926f07 (diff)
downloadgdb-5d4c714ebd3c8eecd079f9c97e1a2df1a566dea2.zip
gdb-5d4c714ebd3c8eecd079f9c97e1a2df1a566dea2.tar.gz
gdb-5d4c714ebd3c8eecd079f9c97e1a2df1a566dea2.tar.bz2
fix syntax error
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in17
1 files changed, 7 insertions, 10 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 5804b52..63eb1af 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -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