* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
11 lines
115 B
Makefile
11 lines
115 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
include $(TOP)$(ROOT)config/instsh.mk
|
|
|
|
ifneq ($(INSTALL_RULE),)
|
|
install:: first
|
|
$(INSTALL_RULE)
|
|
endif
|