|
Lines 218-224
Link Here
|
| 218 |
$(SRC): exv_conf.h |
218 |
$(SRC): exv_conf.h |
| 219 |
|
219 |
|
| 220 |
exv_conf.h: $(top_srcdir)/config/config.h |
220 |
exv_conf.h: $(top_srcdir)/config/config.h |
| 221 |
LC_ALL=C LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef \([A-Z]\)/#undef EXV_\1/' < $< > $@ |
221 |
sleep 3;LC_ALL=C LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef \([A-Z]\)/#undef EXV_\1/' < $< > $@ |
| 222 |
|
222 |
|
| 223 |
$(LIBTOOL): $(LIBTOOL_DEPS) |
223 |
$(LIBTOOL): $(LIBTOOL_DEPS) |
| 224 |
$(SHELL) $(top_srcdir)/config.status --recheck |
224 |
$(SHELL) $(top_srcdir)/config.status --recheck |