projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a424e41
)
(divrem output): Do cvs commit if there is a CVS directory.
author
Roland McGrath
<roland@gnu.org>
Fri, 17 Feb 1995 23:48:00 +0000
(23:48 +0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 17 Feb 1995 23:48:00 +0000
(23:48 +0000)
sysdeps/alpha/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/alpha/Makefile
b/sysdeps/alpha/Makefile
index
4ea3894
..
06621b8
100644
(file)
--- a/
sysdeps/alpha/Makefile
+++ b/
sysdeps/alpha/Makefile
@@
-1,4
+1,4
@@
-# Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
# Contributed by Brendan Kehoe (brendan@zen.org).
# The GNU C Library is free software; you can redistribute it and/or
@@
-91,3
+91,4
@@
$(divrem:%=$(sysdep_dir)/alpha/%.S): $(sysdep_dir)/alpha/divrem.m4 $(sysdep_dir)
# Make it unwritable so noone will edit it by mistake.
-chmod a-w $@-tmp
mv -f $@-tmp $@
+ test -d CVS && cvs commit -m'Regenerated from $<' $@