mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-7403 make sure resbund and subdirs built before check
X-SVN-Rev: 27462
This commit is contained in:
parent
7f78036068
commit
8688c228bc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2002-2006 IBM, Inc. and others
|
||||
# Copyright (c) 2002-2010 IBM, Inc. and others
|
||||
# sample code rules for a single-target simple sample
|
||||
|
||||
# list of targets that aren't actually created
|
||||
|
@ -21,7 +21,7 @@ distclean clean: $(CLEAN_SUBDIR)
|
|||
-rm -rf $(OBJECTS) $(TARGET) $(RESTARGET) $(RESFILES)
|
||||
|
||||
# Make check: simply runs the sample, logged to a file
|
||||
check: $(TARGET)
|
||||
check: $(ALL_SUBDIR) $(RESTARGET) $(TARGET)
|
||||
$(INVOKE) $(CHECK_VARS) ./$(TARGET) $(CHECK_ARGS) | tee $(TARGET).out
|
||||
|
||||
## resources
|
||||
|
|
Loading…
Add table
Reference in a new issue