mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(objects/stdobjects.h): Depend on ../Version, not Makefile.in.
(AUTHORS): Fix echo'ing of newlines. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@448 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ac3f05096
commit
a6512526f4
1 changed files with 4 additions and 2 deletions
|
@ -469,7 +469,7 @@ dynamic-load.h: ../config.status
|
|||
rm -f dynamic-load.h
|
||||
cp $(DYNAMIC_LINKER)-load.h dynamic-load.h
|
||||
|
||||
objects/stdobjects.h: Makefile.in objects/stdobjects.h.in
|
||||
objects/stdobjects.h: $(srcdir)/../Version objects/stdobjects.h.in
|
||||
rm -f $(srcdir)/objects/stdobjects.h
|
||||
sed -e 's/@OBJECTS_VERSION@/$(OBJECTS_VERSION)/' \
|
||||
< $(srcdir)/objects/stdobjects.h.in | \
|
||||
|
@ -494,7 +494,9 @@ AUTHORS: Makefile.in
|
|||
@echo 'For the legal record, here is a list of who wrote what:'>AUTHORS
|
||||
@for a in $(FILE_AUTHORS) \
|
||||
; do \
|
||||
echo "\n\n$${a}:\n" >>AUTHORS; \
|
||||
echo >>AUTHORS; \
|
||||
echo >>AUTHORS; \
|
||||
echo "$${a}:" >>AUTHORS; \
|
||||
egrep -l "((Written by)|(Author)).*$${a}" \
|
||||
$(DIST_FILES) >>AUTHORS; \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue