8000 Use $(BUILD_DOC) to set the path to build-java-client.txt · weixuan2008/rabbitmq-java-client@4e062b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e062b0

Browse files
committed
Use $(BUILD_DOC) to set the path to build-java-client.txt
1 parent e9bac89 commit 4e062b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ srcdist: distclean
6363

6464
if [ -f README.in ]; then \
6565
cp README.in build/$(SRC_ARCHIVE)/README; \
66-
if [ -f build-java-client.txt ]; then \
67-
cat build-java-client.txt \
66+
if [ -f "$(BUILD_DOC)" ]; then \
67+
cat "$(BUILD_DOC)" \
6868
>> build/$(SRC_ARCHIVE)/README; \
6969
else \
7070
elinks -dump -no-references -no-numbering \

0 commit comments

Comments
 (0)
0