X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/df659008699fecbb4fe12bed55e6fb5beafbaaa4..596a21890fc3cae8f7ec57c76224b300c246ed1f:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 2760531..ff9ad97 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ $(FLAVOURED_LOBA): $(MAKE) clean misc_autogen.h: $(SIMGRID_INSTALL_DIR)/include/xbt/log.h - grep -C1 '# *define *CLOG' $< \ + grep '# *define *\(XBT_\)\?CLOG.*_XBT_LOGV' $< \ | sed 's/CLOG/XCLOG/;s/_XBT_LOGV\(([^)]*)\)/(*\1)/' > $@ version.o: $(patsubst %.cpp,%.o,$(filter-out version.cpp, $(SRC.loba)))