mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* GNUmakefile, Examples/hello/GNUmakefile,
GSWExtensions.framework/GNUmakefile, GSWExtensionsGSW.framework/GNUmakefile, Testing/DynamicElements/GNUmakefile: Do not reset GNUSTEP_MAKEFILES to an obsolete location. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@21179 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1c4332dc8
commit
4d46d6855e
6 changed files with 8 additions and 9 deletions
|
@ -1,3 +1,11 @@
|
|||
2005-05-02 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GNUmakefile, Examples/hello/GNUmakefile,
|
||||
GSWExtensions.framework/GNUmakefile,
|
||||
GSWExtensionsGSW.framework/GNUmakefile,
|
||||
Testing/DynamicElements/GNUmakefile: Do not reset
|
||||
GNUSTEP_MAKEFILES to an obsolete location.
|
||||
|
||||
2005-04-24 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWeb.framework/GSWMessage.m:
|
||||
o fixed indentation and double ;;
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include $(GNUSTEP_MAKEFILES)/Auxiliary/gsweb.make
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include ../../config.mak
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include $(GNUSTEP_MAKEFILES)/Auxiliary/gsweb.make
|
||||
|
|
Loading…
Reference in a new issue