mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 16:50:42 +00:00
Source/Makefile.postamble (Info-gnustep.plist): Depend on ../Version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21553 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a6d1de2e02
commit
d326c9ce1c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-27 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble (Info-gnustep.plist): Depend on
|
||||
../Version.
|
||||
|
||||
2005-07-24 Jeremy Bettis
|
||||
|
||||
* Source/NSCalendarDate.m: Fix bug adding interval to date.
|
||||
|
|
|
@ -174,7 +174,7 @@ libgnustep-base.def: $(OBJ_FILES_TO_LINK)
|
|||
#
|
||||
# Make an Info.plist since libraries don't have these normally
|
||||
#
|
||||
Info-gnustep.plist:
|
||||
Info-gnustep.plist: ../Version
|
||||
$(ECHO_CREATING)(echo "{"; \
|
||||
echo " NSExecutable = \"gnustep-base\";"; \
|
||||
echo " NSPrincipalClass = \"NSObject\";"; \
|
||||
|
|
Loading…
Reference in a new issue