X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fsearch;h=57b425a485cb55c917db503748ec08b5e3c9728e;hb=47a8dd64accd4e522331866a73bb79adc2d6ca78;hp=8ba2a1c2a25ba9809d360c06cab786c23ab537c2;hpb=165ed69714f02ad139d96a7c4180af6d10311b4a;p=pspp diff --git a/modules/search b/modules/search index 8ba2a1c2a2..57b425a485 100644 --- a/modules/search +++ b/modules/search @@ -18,7 +18,7 @@ BUILT_SOURCES += search.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. search.h: search.in.h - rm -f $@-t $@ + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @@ -29,7 +29,7 @@ search.h: search.in.h -e 's|@''REPLACE_TSEARCH''@|$(REPLACE_TSEARCH)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ < $(srcdir)/search.in.h; \ - } > $@-t + } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += search.h search.h-t