mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed bug which would prevent headers to be installed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
424e7ac943
commit
cce64522b1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ SONAME_LIBRARY_FILE=$(LIBRARY_FILE)
|
|||
endif
|
||||
|
||||
ifeq ($(strip $(HEADER_FILES_DIR)),)
|
||||
HEADER_FILES_DIR = .
|
||||
override HEADER_FILES_DIR = .
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue