Removed makefile dependencies on rule no longer there

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-29 11:00:11 +00:00
parent 4c5e7a645e
commit fff7acc2b7
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,9 @@
Tue Jan 29 10:52:09 2002 Nicola Pero <nicola@brainstorm.co.uk>
Tue Jan 29 10:59:04 2002 Nicola Pero <nicola@brainstorm.co.uk>
* GNUmakefile.postamble (configure): Rule removed. It was causing
problems on systems without autoconf.
(gui.make, config.make): Do not depend on configure.
2002-01-25 Adam Fedor <fedor@gnu.org>
* Documentation/gsdoc/GNUmakefile: Remove autogsdoc processing

View file

@ -80,10 +80,10 @@ after-clean::
after-distclean:: remove-header-links
rm -f config.status config.log config.cache TAGS config.mak gui.make
gui.make: gui.make.in configure
gui.make: gui.make.in
./configure
config.make: config.make.in configure
config.make: config.make.in
./configure
# Things to do before checking