gcc484perl-5.22
|
Last change
on this file since b40eef2 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
330 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 1 | respect env LDFLAGS |
|---|
| 2 | |
|---|
| 3 | http://bugs.gentoo.org/236861 |
|---|
| 4 | |
|---|
| 5 | --- tc/Makefile |
|---|
| 6 | +++ tc/Makefile |
|---|
| 7 | @@ -83,7 +83,7 @@ |
|---|
| 8 | rm -f emp_ematch.yacc.output |
|---|
| 9 | |
|---|
| 10 | q_atm.so: q_atm.c |
|---|
| 11 | - $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm |
|---|
| 12 | + $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm |
|---|
| 13 | |
|---|
| 14 | %.yacc.c: %.y |
|---|
| 15 | $(YACC) $(YACCFLAGS) -o $@ $< |
|---|
Note: See
TracBrowser
for help on using the repository browser.