mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[7356] Use tabs for indent in Makefiles
Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
bb1d8d7bc7
commit
74b9874fd8
10 changed files with 434 additions and 432 deletions
|
|
@ -46,7 +46,8 @@ sysconf_DATA = \
|
|||
mangosd.conf.dist
|
||||
|
||||
install-data-hook:
|
||||
@list='$(sysconf_DATA)'; for p in $$list; do \
|
||||
@list='$(sysconf_DATA)'
|
||||
for p in $$list; do \
|
||||
dest=`echo $$p | sed -e s/.dist//`; \
|
||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ sysconf_DATA = \
|
|||
realmd.conf.dist
|
||||
|
||||
install-data-hook:
|
||||
@list='$(sysconf_DATA)'; for p in $$list; do \
|
||||
@list='$(sysconf_DATA)'
|
||||
for p in $$list; do \
|
||||
dest=`echo $$p | sed -e s/.dist//`; \
|
||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7355"
|
||||
#define REVISION_NR "7356"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue