Building src objects via Makefile.utl
<Someone> noticed that if one builds something in util and the required .o files aren't already built in src, the .o gets placed in the wrong place. Added the missing '-o $@' to the compilation command.
This commit is contained in:
@@ -8,6 +8,7 @@ avoid panic when secondary weapon is cursed while generating bones level
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
-----------------------------------------
|
||||
Gnome: compilation problems on Redhat 7.2 and 8.0
|
||||
unix: Makefile.utl would put OBJDIR objects in the wrong directory
|
||||
|
||||
|
||||
General New Features
|
||||
|
||||
@@ -9,6 +9,7 @@ avoid panic when secondary weapon is cursed while generating bones level
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
-----------------------------------------
|
||||
Gnome: compilation problems on Redhat 7.2 and 8.0
|
||||
unix: Makefile.utl would put OBJDIR objects in the wrong directory
|
||||
|
||||
|
||||
General New Features
|
||||
|
||||
Reference in New Issue
Block a user