diff --git a/libguile/.cvsignore b/libguile/.cvsignore index e768f03a1..11e03e60a 100644 --- a/libguile/.cvsignore +++ b/libguile/.cvsignore @@ -3,3 +3,4 @@ config.log config.status fd.h scmconfig.h +*.x diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0b611f960..58aaadb4d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ Thu Aug 1 02:58:39 1996 Jim Blandy + * filesys.c, posix.c: #include before . + 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 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.