mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-04 11:11:10 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13141 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28e6d8a6b8
commit
8b853ff51a
1 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ ALL_TEST_LIBRARY_LIBS = \
|
|||
debug=$(debug) profile=$(profile) shared=$(shared) \
|
||||
libext=$(LIBEXT) shared_libext=$(SHARED_LIBEXT))
|
||||
|
||||
internal-testlib-all:: before-$(GNUSTEP_INSTANCE)-all $(GNUSTEP_OBJ_DIR) \
|
||||
internal-test_lib-all:: before-$(GNUSTEP_INSTANCE)-all $(GNUSTEP_OBJ_DIR) \
|
||||
$(GNUSTEP_OBJ_DIR)/$(GNUSTEP_INSTANCE) after-$(GNUSTEP_INSTANCE)-all
|
||||
|
||||
$(GNUSTEP_OBJ_DIR)/$(GNUSTEP_INSTANCE): $(OBJ_FILES_TO_LINK)
|
||||
|
@ -94,10 +94,10 @@ $(GNUSTEP_OBJ_DIR)/$(GNUSTEP_INSTANCE): $(OBJ_FILES_TO_LINK)
|
|||
dejagnu_vars = "FOUNDATION_LIBRARY=$(FOUNDATION_LIB)" \
|
||||
"OBJC_RUNTIME=$(OBJC_RUNTIME)"
|
||||
|
||||
internal-testlib-check:: $(SCRIPTS_DIRECTORY)/config/unix.exp \
|
||||
internal-test_lib-check:: $(SCRIPTS_DIRECTORY)/config/unix.exp \
|
||||
really-testlib-check
|
||||
|
||||
really-testlib-check:
|
||||
really-test_lib-check:
|
||||
@(additional_library_paths="`echo $(ADDITIONAL_LIB_DIRS) | sed 's/-L//g'`"; \
|
||||
additional_library_paths="`$(GNUSTEP_MAKEFILES)/transform_paths.sh $$additional_library_paths`"; \
|
||||
. $(GNUSTEP_MAKEFILES)/ld_lib_path.sh; \
|
||||
|
@ -136,9 +136,9 @@ $(SCRIPTS_DIRECTORY)/config/unix.exp: _FORCE
|
|||
echo "# Maintain your own code in local.exp"; \
|
||||
echo "source \"config/local.exp\"") >>$@)
|
||||
|
||||
internal-testlib-install::
|
||||
internal-test_lib-install::
|
||||
|
||||
internal-testlib-uninstall::
|
||||
internal-test_lib-uninstall::
|
||||
|
||||
#
|
||||
# Cleaning targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue