Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
ed43d0a7
Commit
ed43d0a7
authored
Jul 04, 2004
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some missing $(srcdir) references.
parent
066a844c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Makefile.in
Makefile.in
+8
-8
No files found.
Makefile.in
View file @
ed43d0a7
...
...
@@ -58,10 +58,6 @@ CHECK_OBJS=getgroups.o t_stub.o t_unsafe.o trimslash.o wildtest.o
all
:
rsync$(EXEEXT)
gen
:
configure config.h.in proto man
man
:
rsync.1 rsyncd.conf.5
install
:
all
-
mkdir
-p
${
DESTDIR
}${
bindir
}
${
INSTALLCMD
}
${
INSTALL_STRIP
}
-m
755 rsync
$(EXEEXT)
${
DESTDIR
}${
bindir
}
...
...
@@ -92,11 +88,15 @@ T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o
t_unsafe$(EXEEXT)
:
$(T_UNSAFE_OBJ)
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$(T_UNSAFE_OBJ)
$(LIBS)
configure
:
configure.in aclocal.m4
autoconf
gen
:
$(srcdir)/configure $(srcdir)/config.h.in proto man
man
:
$(srcdir)/rsync.1 $(srcdir)/rsyncd.conf.5
$(srcdir)/configure
:
$(srcdir)/configure.in $(srcdir)/aclocal.m4
cd
$(srcdir)
;
autoconf
config.h.in
:
configure.in
aclocal.m4
autoheader
$(srcdir)/config.h.in
:
$(srcdir)/configure.in $(srcdir)/
aclocal.m4
cd
$(srcdir)
;
autoheader
$(srcdir)/rsync.1
:
$(srcdir)/rsync.yo
yodl2man
-o
$(srcdir)
/rsync.1
$(srcdir)
/rsync.yo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment