* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
7 lines
103 B
Makefile
7 lines
103 B
Makefile
include $(TOP)$(ROOT)config/instsh.mk
|
|
|
|
ifneq ($(INSTALL_RULE),)
|
|
install:: first
|
|
$(INSTALL_RULE)
|
|
endif
|