projects
/
pg_filedump.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42257f5
)
Use LDFLAGS to link
author
Christoph Berg
<myon@debian.org>
Thu, 24 Mar 2016 17:59:57 +0000
(18:59 +0100)
committer
Christoph Berg
<myon@debian.org>
Thu, 24 Mar 2016 17:59:57 +0000
(18:59 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 4bfeec4fa959b47b0535592d4b572b45e1102313..af5b4041551995a44053cc2fa99fc520c425572f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
DISTFILES= README.pg_filedump Makefile Makefile.contrib \
all: pg_filedump
pg_filedump: pg_filedump.o
- ${CC} ${
C
FLAGS} -o pg_filedump pg_filedump.o -L${PGSQL_LIB_DIR} -lpgport
+ ${CC} ${
LD
FLAGS} -o pg_filedump pg_filedump.o -L${PGSQL_LIB_DIR} -lpgport
pg_filedump.o: pg_filedump.c
${CC} ${CFLAGS} -I${PGSQL_INCLUDE_DIR} pg_filedump.c -c