- Timestamp:
- 11/02/11 15:37:08
(2 years ago)
- Author:
- Eric Paris <eparis@redhat.com>
- Committer:
- Eric Paris <eparis@redhat.com> 1320262628 -0400
- Parent:
[fdeeccaa0ec11a5a549c60fc2da1f4dcd8eb5c65]
- Message:
tree: Makefiles: syntax, convert all ${VAR} to $(VAR)
This is purely personal preference. Most of the Makefiles use $() for
Makefile variables, but a couple of places use ${}. Since this obscured
some later Makefile changes I figured I'd just make them all the same up
front.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5a21735 |
r468bff0 |
|
| 1 | 1 | # Installation directories. |
|---|
| 2 | | PREFIX ?= ${DESTDIR}/usr |
|---|
| | 2 | PREFIX ?= $(DESTDIR)/usr |
|---|
| 3 | 3 | BINDIR ?= $(PREFIX)/bin |
|---|
| 4 | | LIBDIR ?= ${PREFIX}/lib |
|---|
| | 4 | LIBDIR ?= $(PREFIX)/lib |
|---|
| 5 | 5 | INCLUDEDIR ?= $(PREFIX)/include |
|---|
| 6 | 6 | |
|---|
Download in other formats:
* Generating other formats may take time.