mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Install base.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8882 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed772bb2b5
commit
59033b6f4e
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Makefile.postamble
|
||||
#
|
||||
# Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
|
@ -42,7 +42,10 @@ before-all:: header-links
|
|||
# after-all::
|
||||
|
||||
# Things to do before installing
|
||||
# before-install::
|
||||
before-install::
|
||||
$(MKDIRS) $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional
|
||||
$(INSTALL_DATA) base.make \
|
||||
$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/base.make
|
||||
|
||||
# Things to do after installing
|
||||
# after-install::
|
||||
|
|
Loading…
Reference in a new issue