Skip to content

Commit

Permalink
Make CLOUD_LIBS_BRANCH point to maint-4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gholms committed Mar 3, 2017
1 parent 1b9c79d commit b711a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile wrapper around ant
#
# Copyright (c) 2009-2016 Hewlett Packard Enterprise Development LP
# Copyright (c) 2009-2017 Hewlett Packard Enterprise Development LP
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -68,7 +68,7 @@ include ../Makedefs
#
# $ make CLOUD_LIBS_BRANCH=mylibsbranch
#
CLOUD_LIBS_BRANCH ?= master
CLOUD_LIBS_BRANCH ?= maint-4.4
ifeq ($(USE_BUNDLED_JARS), no)
CLOUD_LIBS_DIR ?= ${datarootdir}/eucalyptus
else
Expand Down

0 comments on commit b711a30

Please sign in to comment.