diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-27 10:29:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-27 10:29:02 +0000 |
commit | 7e7a548e7837d533f790b13c5b200549fe95c5b2 (patch) | |
tree | 573b41d834a6248bb318ad96339581b1fd25db8c /Makeconfig | |
parent | 6598ac30319f3c5483c7bc95214c48b6442b53bd (diff) | |
download | glibc-7e7a548e7837d533f790b13c5b200549fe95c5b2.tar.gz glibc-7e7a548e7837d533f790b13c5b200549fe95c5b2.tar.xz glibc-7e7a548e7837d533f790b13c5b200549fe95c5b2.zip |
Update.
1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * catgets/Makefile ($(objpfx)de.cat): Renamed from do-gencat-test. Use automatic variables. ($(objpfx)de.msg): Fix reference to po file. 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use $(move-if-change). 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * intl/dcgettext.c: Fix typo.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig index 6a0d2b7f0b..ebe0723e80 100644 --- a/Makeconfig +++ b/Makeconfig @@ -716,9 +716,7 @@ $(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk done;) | sort; \ echo; \ echo '#endif /* gnu/lib-names.h */';) > ${@:stmp=T} - if test -r ${@:stmp=h} && cmp -s ${@:stmp=h} ${@:stmp=T}; \ - then rm -f ${@:stmp=T}; \ - else mv -f ${@:stmp=T} ${@:stmp=h}; fi + $(move-if-change) ${@:stmp=T} ${@:stmp=h} touch $@ common-generated += gnu/lib-names.h gnu/lib-names.stmp |