IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2005, 12:18:38 PM (21 years ago)
Author:
desonia
Message:

Overhauled the Fits functions to match latest SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/Makefile.am

    r5319 r5511  
    4444
    4545pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template
    46         sed 's|PREFIX|$(top_srcdir)|' $? > $@
     46        $(PERL) -pe 's|PREFIX|$(top_srcdir)|' $? > $@
    4747
    4848test.psTime.config1: data/test.psTime.config1.template
     
    5050
    5151test.psTime.config2: data/test.psTime.config2.template
    52         sed 's|PREFIX|$(top_srcdir)|' $? > $@
     52        $(PERL) -pe 's|PREFIX|$(top_srcdir)|' $? > $@
    5353
    5454test.psTime.config3: data/test.psTime.config3.template
    55         sed 's|PREFIX|$(top_srcdir)|' $? > $@
     55        $(PERL) -pe 's|PREFIX|$(top_srcdir)|' $? > $@
    5656
    5757test.psTime.config4: data/test.psTime.config4.template
Note: See TracChangeset for help on using the changeset viewer.