diff options
author | Andreas Schwab <schwab@suse.de> | 1999-03-26 18:28:17 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-03-26 18:28:17 +0000 |
commit | 3c022f42db2a7fee56733f445e06227b91a657de (patch) | |
tree | 7d99b7d5a2adf50c925cd7625add06b9de0adb74 /Makerules | |
parent | 3a90addad18fcbb6373c3a6d18a258cdc24b88a3 (diff) | |
download | glibc-3c022f42db2a7fee56733f445e06227b91a657de.tar.gz glibc-3c022f42db2a7fee56733f445e06227b91a657de.tar.xz glibc-3c022f42db2a7fee56733f445e06227b91a657de.zip |
Updated.
1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * Makerules: Add $(common-objpfx)Versions.all to common-generated outside of ifndef avoid-generated. * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes in iofdopen.c. * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in iofopen.c. * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes in iofclose.c. * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync, _IO_old_file_seekoff): Bring over recent changes in fileops.c.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makerules b/Makerules index 984a8ada15..37b14eedd5 100644 --- a/Makerules +++ b/Makerules @@ -269,7 +269,7 @@ ifdef sysd-dirs-done ifeq ($(versioning),yes) -include $(common-objpfx)sysd-versions $(addprefix $(common-objpfx),$(version-maps)): $(common-objpfx)sysd-versions -common-generated += $(version-maps) sysd-versions +common-generated += $(version-maps) sysd-versions $(common-objpfx)Versions.all ifndef avoid-generated ifneq ($(sysd-versions-subdirs),$(all-subdirs) $(config-sysdirs)) @@ -280,7 +280,6 @@ $(common-objpfx)Versions.all: $(..)Versions.def \ $(wildcard $(add-ons:%=$(..)%/Versions.def)) cat $^ > $@T mv -f $@T $@ -common-generated += $(common-objpfx)Versions.all $(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \ $(..)scripts/versions.awk \ $(wildcard $(all-subdirs:%=$(..)%/Versions)) \ |