Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Jul 1999 14:54:47 +0000 (14:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Jul 1999 14:54:47 +0000 (14:54 +0000)
1999-07-14  Andreas Schwab  <schwab@suse.de>

* Makerules (common-generated): Don't prepend $(common-objpfx).

ChangeLog
Makerules

index 233f5e0..e2ba474 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-14  Andreas Schwab  <schwab@suse.de>
+
+       * Makerules (common-generated): Don't prepend $(common-objpfx).
+
 1999-07-12  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * stdio-common/printf_fp.c (__printf_fp): Adjust for IEEE quad
index 515bdf6..90b0587 100644 (file)
--- 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-objpfx)Versions.all
+common-generated += $(version-maps) sysd-versions Versions.all
 
 ifndef avoid-generated
 ifneq ($(sysd-versions-subdirs),$(all-subdirs) $(config-sysdirs))