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:
Nicola Pero 2001-01-29 19:38:39 +00:00
parent 7106011334
commit 3316a53c7f

View file

@ -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::