X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Ffcntl;h=350ca5002ac80bb772e7ba89e9b6fa1c45e4a4bb;hb=e8886c908325158b4e127ac82fbc4fb8918aad85;hp=357bdfa318324020e638dce29965057574659824;hpb=c5ce79f4c514b37b5756e85530112d778cff302a;p=pspp diff --git a/modules/fcntl b/modules/fcntl index 357bdfa318..350ca5002a 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -20,8 +20,10 @@ EXTRA_DIST += fcntl_.h # doesn't have one that works with the given compiler. fcntl.h: fcntl_.h rm -f $@-t $@ - sed -e 's|@''ABSOLUTE_FCNTL_H''@|$(ABSOLUTE_FCNTL_H)|g' \ - < $(srcdir)/fcntl_.h > $@-t + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + sed -e 's|@''ABSOLUTE_FCNTL_H''@|$(ABSOLUTE_FCNTL_H)|g' \ + < $(srcdir)/fcntl_.h; \ + } > $@-t mv $@-t $@ MOSTLYCLEANFILES += fcntl.h fcntl.h-t