-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
Fedora 17 64-bit with GNU make version 3.82.
On my system 'ant clean' fails with:
[exec] Makefile:66: *** empty variable name. Stop.
The problem is this change: The problem is this change:
changeset: 16687:766a9ab1fe0c
user: Daniel.Blaukopf@oracle.com
date: Wed Jun 20 17:44:01 2012 +0300
summary: Share input code between FB and EGL/FB ports
specifically this change
# Can manually add more files here if needed.
-OBJS_EGLFB += \
+OBJS_EGLFB +:= \
Reverting this change fixes it.
[exec] Makefile:66: *** empty variable name. Stop.
The problem is this change: The problem is this change:
changeset: 16687:766a9ab1fe0c
user: Daniel.Blaukopf@oracle.com
date: Wed Jun 20 17:44:01 2012 +0300
summary: Share input code between FB and EGL/FB ports
specifically this change
# Can manually add more files here if needed.
-OBJS_EGLFB += \
+OBJS_EGLFB +:= \
Reverting this change fixes it.