Changed Makefile.inc variables into simply expanded variables
This commit is contained in:
parent
18da1eb659
commit
cd74522123
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
PACKAGES = /srv/puppet/files/common/packages
|
PACKAGES := /srv/puppet/files/common/packages
|
||||||
MANIFESTS = $(PACKAGES)/manifests
|
MANIFESTS := $(PACKAGES)/manifests
|
||||||
TIMESTAMP = $(shell date +%Y%m%d-%H%M)
|
TIMESTAMP := $(shell date +%Y%m%d-%H%M)
|
||||||
|
|
Loading…
Add table
Reference in a new issue