mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
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:
parent
4c5e7a645e
commit
fff7acc2b7
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue