diff options
author | Bruno Haible <bruno@clisp.org> | 2009-12-09 12:41:19 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-12-09 12:41:44 +0100 |
commit | 237d7dcd6b8b57f44731b28ab2e6e9a797a551a6 (patch) | |
tree | 2aafe312432ba773b6c67fc727c7349fb1bbba89 /modules/search | |
parent | a226e8ae00484017b342f9299f9d3c88e413b827 (diff) | |
download | gnulib-237d7dcd6b8b57f44731b28ab2e6e9a797a551a6.tar.gz |
link-warning: Add copyright notice.
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search b/modules/search index ff1d9b541a..f7a58ebf65 100644 --- a/modules/search +++ b/modules/search @@ -17,7 +17,7 @@ BUILT_SOURCES += search.h # We need the following in order to create <search.h> when the system # doesn't have one that works with the given compiler. -search.h: search.in.h +search.h: search.in.h $(LINK_WARNING_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \ |