Renamed 'strings::' to 'after-strings::' so that it works cleanly with newer gnustep-make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-22 00:38:28 +00:00
parent b38ed9a2d0
commit 51e51fe26b

View file

@ -47,7 +47,7 @@ strings_OBJC_FILES = \
# The list of HEADER_FILES containing localizable strings
strings_HEADER_FILES =
strings:
after-strings::
make_strings -L "$(gui-resources_LANGUAGES)" \
$(addprefix ../Source/,$(strings_OBJC_FILES)) \
$(addprefix ../Headers/gnustep/gui/,$(strings_HEADER_FILES))