Changeset 5511 for trunk/psLib/test/astro/Makefile.am
- Timestamp:
- Nov 14, 2005, 12:18:38 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/Makefile.am
r5319 r5511 44 44 45 45 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template 46 sed's|PREFIX|$(top_srcdir)|' $? > $@46 $(PERL) -pe 's|PREFIX|$(top_srcdir)|' $? > $@ 47 47 48 48 test.psTime.config1: data/test.psTime.config1.template … … 50 50 51 51 test.psTime.config2: data/test.psTime.config2.template 52 sed's|PREFIX|$(top_srcdir)|' $? > $@52 $(PERL) -pe 's|PREFIX|$(top_srcdir)|' $? > $@ 53 53 54 54 test.psTime.config3: data/test.psTime.config3.template 55 sed's|PREFIX|$(top_srcdir)|' $? > $@55 $(PERL) -pe 's|PREFIX|$(top_srcdir)|' $? > $@ 56 56 57 57 test.psTime.config4: data/test.psTime.config4.template
Note:
See TracChangeset
for help on using the changeset viewer.
