Commit 9c1ba45bdc3ba4353fbd6cd4a2b1b4fd8ced1e10
1 parent
06de2a54
Exists in
master
and in
1 other branch
Fixing "LDFLAGS" option.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Makefile.in
@@ -117,6 +117,9 @@ LIBS= \ | @@ -117,6 +117,9 @@ LIBS= \ | ||
117 | @INTL_LIBS@ \ | 117 | @INTL_LIBS@ \ |
118 | @LIB3270_LIBS@ | 118 | @LIB3270_LIBS@ |
119 | 119 | ||
120 | +LDFLAGS= \ | ||
121 | + @LDFLAGS@ | ||
122 | + | ||
120 | #---[ Debug Rules ]---------------------------------------------------------------------- | 123 | #---[ Debug Rules ]---------------------------------------------------------------------- |
121 | 124 | ||
122 | $(OBJDBG)/%.o: \ | 125 | $(OBJDBG)/%.o: \ |