mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +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
7106011334
commit
3316a53c7f
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#
|
# -*-makefile-*-
|
||||||
# Makefile.postamble
|
# Makefile.postamble
|
||||||
#
|
#
|
||||||
# Copyright (C) 1997 Free Software Foundation, Inc.
|
# Copyright (C) 1997 Free Software Foundation, Inc.
|
||||||
|
@ -42,7 +42,10 @@ before-all:: header-links
|
||||||
# after-all::
|
# after-all::
|
||||||
|
|
||||||
# Things to do before installing
|
# 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
|
# Things to do after installing
|
||||||
# after-install::
|
# after-install::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue