X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsched;h=4ce23571ab98d4abde92c53c7285889093979bae;hb=78389bd8fa1da105fb322b93e1a1cc6e5bceb9a0;hp=4bba3ddaede10b39da0573d67477ca617c4993be;hpb=4dd30a3ea2e00bbad5091af335962c4ebe4bfcfa;p=gnulib.git diff --git a/modules/sched b/modules/sched index 4bba3ddae..4ce23571a 100644 --- a/modules/sched +++ b/modules/sched @@ -17,7 +17,7 @@ BUILT_SOURCES += $(SCHED_H) # We need the following in order to create a replacement for when # the system doesn't have one. sched.h: sched.in.h - rm -f $@-t $@ + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @@ -25,7 +25,7 @@ sched.h: sched.in.h -e 's|@''NEXT_SCHED_H''@|$(NEXT_SCHED_H)|g' \ -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|$(HAVE_STRUCT_SCHED_PARAM)|g' \ < $(srcdir)/sched.in.h; \ - } > $@-t + } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sched.h sched.h-t