|
Lines 206-212
Link Here
|
| 206 |
|
206 |
|
| 207 |
# custom rule that disregards any fancy flags that the user might have set |
207 |
# custom rule that disregards any fancy flags that the user might have set |
| 208 |
bootstrap.$(OBJEXT): bootstrap.c |
208 |
bootstrap.$(OBJEXT): bootstrap.c |
| 209 |
$(CC) $(BOOTSTRAP_CFLAGS) -c $< |
209 |
$(CC) $(BOOTSTRAP_CFLAGS) $(LDFLAGS) -c $< |
| 210 |
|
210 |
|
| 211 |
EXTRA_DIST = images pngtoh.c |
211 |
EXTRA_DIST = images pngtoh.c |
| 212 |
|
212 |
|