diff options
author | lloyd <[email protected]> | 2006-09-08 10:03:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-08 10:03:34 +0000 |
commit | 3461ac347fa26376abcda48b281ea2438a2e0f77 (patch) | |
tree | f78ae8f63d837fba01e6eedc1aa6e8dc8b6fd769 /misc | |
parent | c02420a8f7cf7557382b4edad60a12725aad8b45 (diff) |
Fix minor spacing issues after the build list
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/makefile/nmake.in | 2 | ||||
-rw-r--r-- | misc/config/makefile/unix.in | 2 | ||||
-rw-r--r-- | misc/config/makefile/unix_shr.in | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/misc/config/makefile/nmake.in b/misc/config/makefile/nmake.in index 3a1fd0df9..236d42784 100644 --- a/misc/config/makefile/nmake.in +++ b/misc/config/makefile/nmake.in @@ -67,7 +67,9 @@ all: $(LIBRARIES) # Build Commands # ################################################## @{var:lib_build_cmds} + @{var:check_build_cmds} + ################################################## # Link Commands # ################################################## diff --git a/misc/config/makefile/unix.in b/misc/config/makefile/unix.in index 241c0a662..773fda58d 100644 --- a/misc/config/makefile/unix.in +++ b/misc/config/makefile/unix.in @@ -77,7 +77,9 @@ all: $(LIBRARIES) # Build Commands # ################################################## @{var:lib_build_cmds} + @{var:check_build_cmds} + ################################################## # Link Commands # ################################################## diff --git a/misc/config/makefile/unix_shr.in b/misc/config/makefile/unix_shr.in index 0962e1722..9e8d54eec 100644 --- a/misc/config/makefile/unix_shr.in +++ b/misc/config/makefile/unix_shr.in @@ -84,7 +84,9 @@ all: $(LIBRARIES) # Build Commands # ################################################## @{var:lib_build_cmds} + @{var:check_build_cmds} + ################################################## # Link Commands # ################################################## |