* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
|
include $(TOP)$(ROOT)config/instsh.mk
|
|
|
|
ifneq ($(INSTALL_RULE),)
|
|
install:: first
|
|
$(INSTALL_RULE)
|
|
endif
|