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:
Nicola Pero 2002-01-29 10:51:14 +00:00
parent 81fc2346b1
commit 8718555c9a
2 changed files with 5 additions and 3 deletions

View file

@ -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.

View file

@ -99,9 +99,6 @@ remove-header-links:
-rm -f Headers/Foundation
endif
configure: configure.in
autoconf
base.make: base.make.in configure
./configure