]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genbrk/Makefile.in
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genbrk / Makefile.in
index f9b5891902ed857eb7fa73902f70a760bf674036..cb7fcd8d5d5548c5b7a01020855850673c914519 100644 (file)
@@ -1,5 +1,7 @@
 ## Makefile.in for ICU - tools/genbrk
-## Copyright (c) 2002-2006 International Business Machines Corporation and
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
+## Copyright (c) 2002-2011 International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -26,9 +28,6 @@ CLEANFILES = *~ $(DEPS) $(MAN_FILES)
 ## Target information
 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 
-ifneq ($(top_builddir),$(top_srcdir))
-CPPFLAGS += -I$(top_builddir)/common
-endif
 CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
@@ -78,6 +77,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
 $(TARGET) : $(OBJECTS)
        $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
+       $(POST_BUILD_STEP)
 
 
 %.$(SECTION): $(srcdir)/%.$(SECTION).in