X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsys_file;h=61c6202343483f0808c5cb4ec999b58c81bc339c;hb=e0bf16819c83c3ef1d11bf373f5f90a1f09c534c;hp=8e155c8d222492f894dcb10b81141da683ae2396;hpb=47a8dd64accd4e522331866a73bb79adc2d6ca78;p=gnulib.git diff --git a/modules/sys_file b/modules/sys_file index 8e155c8d2..61c620234 100644 --- a/modules/sys_file +++ b/modules/sys_file @@ -18,8 +18,8 @@ BUILT_SOURCES += $(SYS_FILE_H) # We need the following in order to create when the system # has one that is incomplete. -sys/file.h: sys_file.in.h - $(AM_V_at)@MKDIR_P@ sys +sys/file.h: sys_file.in.h $(LINK_WARNING_H) + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_SYS_FILE_H''@/$(HAVE_SYS_FILE_H)/g' \ @@ -28,6 +28,7 @@ sys/file.h: sys_file.in.h -e 's|@''NEXT_SYS_FILE_H''@|$(NEXT_SYS_FILE_H)|g' \ -e 's/@''HAVE_FLOCK''@/$(HAVE_FLOCK)/g' \ -e 's/@''GNULIB_FLOCK''@/$(GNULIB_FLOCK)/g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ < $(srcdir)/sys_file.in.h; \ } > $@-t && \ mv $@-t $@ @@ -35,7 +36,7 @@ MOSTLYCLEANFILES += sys/file.h sys/file.h-t MOSTLYCLEANDIRS += sys Include: -#include + License: LGPLv2+