ICU-7403 make sure resbund and subdirs built before check

X-SVN-Rev: 27462
This commit is contained in:
Steven R. Loomis 2010-01-30 07:36:56 +00:00
parent 7f78036068
commit 8688c228bc

View file

@ -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