git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finished new implementation of sgconfig plugin.
[stg.git]
/
projects
/
sgauth
/
Makefile
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 88e1fb9c792403e98291330f1a570dc84e9e7b53..a59371c9309a2eba4b2f2ae3d39d06b506912e7d 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-58,7
+58,11
@@
distclean: clean
install: install-bin install-data
install-bin:
install: install-bin install-data
install-bin:
- install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+ifeq ($(DEBUG), yes)
+ install -D -m $(BIN_MODE) -o $(OWNER) $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+else
+ install -D -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+endif
$(MAKE) -C $(DIR_LIBSRC) install
install-data:
$(MAKE) -C $(DIR_LIBSRC) install
install-data:
@@
-87,7
+91,7
@@
endif
deps: $(SRCS) ../../Makefile.conf sgauth.css
$(MAKE) -C $(DIR_LIBSRC)
@>deps ;\
deps: $(SRCS) ../../Makefile.conf sgauth.css
$(MAKE) -C $(DIR_LIBSRC)
@>deps ;\
- ./make_css.sh
+ ./make_css.sh
;\
for file in $(SRCS); do\
echo "$$file" | grep ".c$$" > /dev/null;\
if [ $$? -eq 0 ];\
for file in $(SRCS); do\
echo "$$file" | grep ".c$$" > /dev/null;\
if [ $$? -eq 0 ];\