Skip to content

Commit

Permalink
View display an tiff improvements
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6463 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
afedor committed Apr 13, 2000
1 parent 61acce9 commit 7b0237a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2000-04-13 Adam Fedor <fedor@gnu.org>

* gswapp.make: Remove common.make include.
* gswbundle.make: Likewise.

2000-04-06 Richard Frith-Macdonald <rfm@gnu.org>

* target.make: If 'shared=no' is specified, link with '-static' to
Expand Down
1 change: 0 additions & 1 deletion gswapp.make
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ GSWAPP_MAKE_LOADED=yes
# Include in the common makefile rules
#
include $(GNUSTEP_MAKEFILES)/rules.make
include $(GNUSTEP_MAKEFILES)/common.make

GNUSTEP_GSWAPPS=$(GNUSTEP_INSTALLATION_DIR)/GSWApps

Expand Down
1 change: 0 additions & 1 deletion gswbundle.make
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ GSWBUNDLE_MAKE_LOADED=yes
# Include in the common makefile rules
#
include $(GNUSTEP_MAKEFILES)/rules.make
include $(GNUSTEP_MAKEFILES)/common.make

GSWBUNDLE_LD= $(BUNDLE_LD)
GSWBUNDLE_LDFLAGS = $(BUNDLE_LDFLAGS)
Expand Down

0 comments on commit 7b0237a

Please sign in to comment.