Explorar el Código

Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].
PR: 2319

Andy Polyakov hace 13 años
padre
commit
8a15a4a7b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.shared

+ 1 - 1
Makefile.shared

@@ -229,7 +229,7 @@ link_o.darwin:
 	SHLIB_SUFFIX=.dylib; \
 	ALLSYMSFLAGS='-all_load'; \
 	NOALLSYMSFLAGS=''; \
-	SHAREDFLAGS="$(CFLAGS) `echo $(SHARED_LDFLAGS) | sed s/dynamiclib/bundle/"; \
+	SHAREDFLAGS="$(CFLAGS) `echo $(SHARED_LDFLAGS) | sed s/dynamiclib/bundle/`"; \
 	if [ -n "$(LIBVERSION)" ]; then \
 		SHAREDFLAGS="$$SHAREDFLAGS -current_version $(LIBVERSION)"; \
 	fi; \