mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Prevent the user from trying to compile without having run GNUstep.sh
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fcc21ef046
commit
ec849e00a8
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
|
||||
#
|
||||
|
||||
# This usually happens when you source GNUstep.sh, then run ./configure,
|
||||
# then log out, then log in again and try to compile
|
||||
ifeq ($(GNUSTEP_MAKEFILES),)
|
||||
$(error You need to run the GNUstep configuration script before compiling!)
|
||||
endif
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
|
|
Loading…
Reference in a new issue