mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Use "all-local" instead of all in Makefile.am.
Summary: Redefining an Automake rule totally blows away anything Automake puts in place. By using all-local instead of all, we can just add to the generated rule. Reviewed By: marc Test Plan: make git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ca456a8ae
commit
3de1c4e4d3
@ -28,7 +28,7 @@ THRIFTCODE= \
|
|||||||
|
|
||||||
CSC=gmcs -langversion:linq
|
CSC=gmcs -langversion:linq
|
||||||
|
|
||||||
all: Thrift.dll
|
all-local: Thrift.dll
|
||||||
|
|
||||||
Thrift.dll: $(THRIFTCODE)
|
Thrift.dll: $(THRIFTCODE)
|
||||||
$(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library
|
$(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
all:
|
all-local:
|
||||||
$(ANT)
|
$(ANT)
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
DESTDIR ?= /
|
DESTDIR ?= /
|
||||||
EXTRA_DIST = setup.py src
|
EXTRA_DIST = setup.py src
|
||||||
|
|
||||||
all:
|
all-local:
|
||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
|
|
||||||
# We're ignoring prefix here because site-packages seems to be
|
# We're ignoring prefix here because site-packages seems to be
|
||||||
|
Loading…
Reference in New Issue
Block a user