65 |
|
# endif |
66 |
|
# else |
67 |
|
GHSMODLIST_SOCK := $(GLOBALHSMODLIST:%=%_sock) |
68 |
< |
GHSTARGETLIST := globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GHSLIBLIST) |
69 |
< |
# GHSTARGETLIST := all universe targets globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GHSLIBLIST) |
68 |
> |
GHSTARGETLIST := globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GLOBALHSLIBLIST) |
69 |
> |
# GHSTARGETLIST := all universe targets globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GLOBALHSLIBLIST) |
70 |
|
# if we added '%' before all the words in GLOBALHSMODLIST, the following would work even if someone specified the full path to the modules. |
71 |
|
# if we added '%' after, it would also work if someone wanted to compile the .o files. |
72 |
|
# i'm not doing so at this time because inserting literal %'s is too much hassle for functionality we don't even use. |