mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-12 08:30:53 +00:00
entered into RCS
This commit is contained in:
parent
e7b737dc5e
commit
3e9cf581d1
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ defines='@DEFS@ -DLIBDIR="${libdir}" -DINCLUDEDIR="${includedir}"'
|
||||||
ALLOCA='@ALLOCA@'
|
ALLOCA='@ALLOCA@'
|
||||||
LOADLIBES='@LIBS@'
|
LOADLIBES='@LIBS@'
|
||||||
extras='@LIBOBJS@'
|
extras='@LIBOBJS@'
|
||||||
|
REMOTE='@REMOTE@'
|
||||||
|
|
||||||
# Common prefix for machine-independent installed files.
|
# Common prefix for machine-independent installed files.
|
||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
|
@ -43,7 +44,7 @@ includedir=${prefix}/include
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# These are all the objects we need to link together.
|
# These are all the objects we need to link together.
|
||||||
objs="%objs% ${extras} ${ALLOCA}"
|
objs="%objs% remote-${REMOTE}.o ${extras} ${ALLOCA}"
|
||||||
|
|
||||||
# Compile the source files into those objects.
|
# Compile the source files into those objects.
|
||||||
for file in `echo ${objs} | sed 's/\.o/.c/g'`; do
|
for file in `echo ${objs} | sed 's/\.o/.c/g'`; do
|
||||||
|
|
Loading…
Reference in a new issue