Changeset 1291
- Timestamp:
- Apr 24, 2012, 8:17:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tutorial/Makefile.am
r1242 r1291 3 3 4 4 all-local: $(noinst_PROGRAMS) 5 for x in $(noinst_PROGRAMS ); do \5 for x in $(noinst_PROGRAMS:%$(EXEEXT)=%); do \ 6 6 test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \ 7 7 done
Note: See TracChangeset
for help on using the changeset viewer.