mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Removed makefile rule running autoconf, which was causing problem on
systems without autoconf git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81fc2346b1
commit
8718555c9a
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Jan 29 10:47:12 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Makefile.postamble (configure): Rule removed. It was causing
|
||||
problems on systems without autoconf.
|
||||
|
||||
2002-01-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSRunLoop.h: More updates to ivars.
|
||||
|
|
|
@ -99,9 +99,6 @@ remove-header-links:
|
|||
-rm -f Headers/Foundation
|
||||
endif
|
||||
|
||||
configure: configure.in
|
||||
autoconf
|
||||
|
||||
base.make: base.make.in configure
|
||||
./configure
|
||||
|
||||
|
|
Loading…
Reference in a new issue