mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
.
This commit is contained in:
parent
8cc713820f
commit
0f1c2da66c
2 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,4 @@ config.log
|
||||||
config.status
|
config.status
|
||||||
fd.h
|
fd.h
|
||||||
scmconfig.h
|
scmconfig.h
|
||||||
|
*.x
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
|
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.
|
* Makefile.in (dist-dir): New target, implementing a new dist system.
|
||||||
(installed_h_files): Put in alphabetical order.
|
(installed_h_files): Put in alphabetical order.
|
||||||
Remove duplicate entries for markers.h and unif.h.
|
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.
|
PLUGIN; it's a directory, and needs special treatment in dist-dir.
|
||||||
Remove all the ../doc/* files; doc/Makefile.in handles that.
|
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:
|
* Makefile.in (.c.x): Compensate for Ultrix's broken Bourne shell:
|
||||||
every if must have an else, or else the whole command has a
|
every if must have an else, or else the whole command has a
|
||||||
non-zero exit code whenever the if's condition is false.
|
non-zero exit code whenever the if's condition is false.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue