1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
This commit is contained in:
Jim Blandy 1996-08-01 10:55:47 +00:00
parent 8cc713820f
commit 0f1c2da66c
2 changed files with 6 additions and 0 deletions

View file

@ -3,3 +3,4 @@ config.log
config.status
fd.h
scmconfig.h
*.x

View file

@ -1,5 +1,8 @@
Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
* filesys.c, posix.c: #include <sys/types.h> before <sys/stat.h>.
This is necessary on Ultrix, and doesn't hurt portability.
* Makefile.in (dist-dir): New target, implementing a new dist system.
(installed_h_files): Put in alphabetical order.
Remove duplicate entries for markers.h and unif.h.
@ -8,6 +11,8 @@ Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
PLUGIN; it's a directory, and needs special treatment in dist-dir.
Remove all the ../doc/* files; doc/Makefile.in handles that.
* Makefile.in (libobjs): Remove duplicate entry for markers.o.
* Makefile.in (.c.x): Compensate for Ultrix's broken Bourne shell:
every if must have an else, or else the whole command has a
non-zero exit code whenever the if's condition is false.