git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9ced06d
)
Add includes dir to install process
author
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 10 Apr 2011 06:47:02 +0000
(09:47 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 10 Apr 2011 06:47:02 +0000
(09:47 +0300)
projects/stargazer/Makefile
patch
|
blob
|
history
diff --git
a/projects/stargazer/Makefile
b/projects/stargazer/Makefile
index 56a1ebf9e855723d17422a0c842dc60318ae3082..36739cc6917b7f242f1f4112005028e1914e0c9f 100644
(file)
--- a/
projects/stargazer/Makefile
+++ b/
projects/stargazer/Makefile
@@
-74,6
+74,7
@@
install: install-bin install-data
install-bin: $(PROG)
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+ $(MAKE) -C $(DIR_INCLUDE) install
$(MAKE) -C $(DIR_LIBSRC) install
$(MAKE) -C $(DIR_PLUGINS) install